Fix multiple compilation warnings
[apps/madmutt.git] / init.c
diff --git a/init.c b/init.c
index 9647764..f71f363 100644 (file)
--- a/init.c
+++ b/init.c
@@ -551,7 +551,7 @@ static void syn_del (void** p) {
   p_delete(p);
 }
 
-void toggle_quadoption (int opt)
+static void toggle_quadoption (int opt)
 {
   int n = opt / 4;
   int b = (opt % 4) * 2;