summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-31 04:42:08 -0700
committerirungentoo <irungentoo@gmail.com>2013-07-31 04:42:08 -0700
commit0c27406389afe4d0982c95a405c7005758bec036 (patch)
tree2fb805d733677b6472a477d862e6af5ef9861497 /testing
parentb4eb49eae2235b9f01d98b2beffd7d11bc19123d (diff)
parentd848c159129a42b0ca1eef2fccc692d87a297a47 (diff)
Merge pull request #193 from Astonex/master
Fixed cpu usage
Diffstat (limited to 'testing')
-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;