summaryrefslogtreecommitdiff
path: root/console_cmds.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-22 22:47:58 +0000
committertron <tron@openttd.org>2005-01-22 22:47:58 +0000
commit97f893ae2f262fc0521b785b8cf73661f1ce6f95 (patch)
tree078e42c5f2a6e1d8ef465541334a5c00039419e1 /console_cmds.c
parentc1edc5b9c8244410fdad78586c54031ab18e3f97 (diff)
downloadopenttd-97f893ae2f262fc0521b785b8cf73661f1ce6f95.tar.xz
(svn r1596) Add some more statics
Diffstat (limited to 'console_cmds.c')
-rw-r--r--console_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/console_cmds.c b/console_cmds.c
index 12619cb0a..0495ccf20 100644
--- a/console_cmds.c
+++ b/console_cmds.c
@@ -1167,7 +1167,7 @@ DEF_CONSOLE_CMD(ConSet) {
/* debug commands and variables */
/* ****************************************** */
-void IConsoleDebugLibRegister(void)
+static void IConsoleDebugLibRegister(void)
{
// debugging variables and functions
extern bool _stdlib_con_developer; /* XXX extern in .c */