summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Sleep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/OSSupport/Sleep.h')
-rw-r--r--src/OSSupport/Sleep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Sleep.h b/src/OSSupport/Sleep.h
index 0ec0adf9d..57d29682c 100644
--- a/src/OSSupport/Sleep.h
+++ b/src/OSSupport/Sleep.h
@@ -3,5 +3,5 @@
class cSleep
{
public:
- static void MilliSleep( unsigned int a_MilliSeconds );
+ static void MilliSleep( unsigned int a_MilliSeconds);
};