aboutsummaryrefslogtreecommitdiff
path: root/gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk.c')
-rw-r--r--gtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk.c b/gtk.c
index eb686c8..eab6980 100644
--- a/gtk.c
+++ b/gtk.c
@@ -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");