diff options
| -rw-r--r-- | gtk.c | 2 | ||||
| -rw-r--r-- | windows.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -88,7 +88,7 @@ #ifdef DEBUGGING static FILE *debug_fp = NULL; -void dputs(const char *buf) +static void dputs(const char *buf) { if (!debug_fp) { debug_fp = fopen("debug.log", "w"); @@ -73,7 +73,7 @@ static FILE *debug_fp = NULL; static HANDLE debug_hdl = INVALID_HANDLE_VALUE; static int debug_got_console = 0; -void dputs(char *buf) +static void dputs(char *buf) { /*DWORD dw; |