fixed horrible bug causing memory access after last argument in 'argv[]'
[rocksndiamonds.git] / src / libgame / misc.h
index 593521ea323e114a534ad5b2b6ccecb96b0abcb9..8c0e4f431974afc9540cbf2e6d009c9b7ec6ec61 100644 (file)
@@ -169,7 +169,7 @@ boolean strSuffix(char *, char *);
 boolean strPrefixLower(char *, char *);
 boolean strSuffixLower(char *, char *);
 
-void GetOptions(char **,
+void GetOptions(int, char **,
                void (*print_usage_function)(void),
                void (*print_version_function)(void));