fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / game_sp / vb_lib.c
index f7b402ae2135e77c8ee86c6ff6f2c063167f495a..16382f2b35ba59c23e91dd823f27d63fa323d749 100644 (file)
@@ -9,7 +9,7 @@
 
 /* helper functions for constructs not supported by C */
 
-int MyGetTickCount()
+int MyGetTickCount(void)
 {
   return random_linux_libc(RANDOM_SIMPLE);
 }