mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-19 09:09:42 +00:00
(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ void SetDebugString(const char *s)
|
||||
* Just return a string with the values of all the debug categorites
|
||||
* @return string with debug-levels
|
||||
*/
|
||||
const char *GetDebugString(void)
|
||||
const char *GetDebugString()
|
||||
{
|
||||
const DebugLevel *i;
|
||||
static char dbgstr[100];
|
||||
|
||||
Reference in New Issue
Block a user