summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index b1abb55b9..e18dfbe35 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -1180,7 +1180,7 @@ static int GetLanguageList(char **languages, int max)
}
// make a list of the available language packs. put the data in _dynlang struct.
-void InitializeLanguagePacks(void)
+void InitializeLanguagePacks()
{
DynamicLanguages *dl = &_dynlang;
int i;