changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / vb_lib.c
index f7b402ae2135e77c8ee86c6ff6f2c063167f495a..bab555171c4e3c730d4e7ab256ad3d92e10a8b86 100644 (file)
@@ -7,9 +7,9 @@
 #include "vb_lib.h"
 
 
-/* helper functions for constructs not supported by C */
+// helper functions for constructs not supported by C
 
-int MyGetTickCount()
+int MyGetTickCount(void)
 {
   return random_linux_libc(RANDOM_SIMPLE);
 }