summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/nTox_win32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/nTox_win32.c b/testing/nTox_win32.c
index 3a9caaf5..a870c210 100644
--- a/testing/nTox_win32.c
+++ b/testing/nTox_win32.c
@@ -317,6 +317,7 @@ int main(int argc, char *argv[])
317 } 317 }
318 318
319 doMessenger(); 319 doMessenger();
320 Sleep(1);
320 } 321 }
321 322
322 return 0; 323 return 0;