X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=f71f3637ed1c520f79bd1be7793b6d300e2fde86;hp=9647764afb149de4e5b95223411b1639e4d37f5c;hb=8cf8034a805e70fb34b170e9ceefdf99a2797e60;hpb=16536d59024177409f49134c3f03f69855c144b9 diff --git a/init.c b/init.c index 9647764..f71f363 100644 --- 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;