From 36bb92ae241403d61dc7a3e5a1696b615be61395 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 7 Mar 2007 11:47:46 +0000 Subject: (svn r9050) -Codechange: Foo(void) -> Foo() --- src/newgrf_text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_text.cpp') diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp index 1d50c0108..ae012f3f1 100644 --- a/src/newgrf_text.cpp +++ b/src/newgrf_text.cpp @@ -441,7 +441,7 @@ void SetCurrentGrfLangID(const char *iso_name) * House cleaning. * Remove all strings and reset the text counter. */ -void CleanUpStrings(void) +void CleanUpStrings() { uint id; -- cgit v1.2.3-54-g00ecf