diff options
Diffstat (limited to 'src/tool_sleep.c')
-rw-r--r-- | src/tool_sleep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool_sleep.c b/src/tool_sleep.c index a63d85ffb..edb5aedc0 100644 --- a/src/tool_sleep.c +++ b/src/tool_sleep.c @@ -55,4 +55,3 @@ void tool_go_sleep(long ms) select(0, NULL, NULL, NULL, &timeout); #endif } - |