summaryrefslogtreecommitdiff
path: root/src/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings.h')
-rw-r--r--src/strings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.h b/src/strings.h
index dd4fd179d..fb2c3ed88 100644
--- a/src/strings.h
+++ b/src/strings.h
@@ -9,6 +9,6 @@ char *GetString(char *buffr, uint16 string, const char* last);
extern char _userstring[128];
void InjectDParam(int amount);
-int32 GetParamInt32(void);
+int32 GetParamInt32();
#endif /* STRINGS_H */