diff options
Diffstat (limited to 'gtk.c')
| -rw-r--r-- | gtk.c | 2 |
1 files changed, 1 insertions, 1 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"); |