X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui.c;h=a3c07ec796bd9d179ef633b3d81d91c14b42c834;hb=468ad2934ec2bd6131d6c97c23d5c547c6d1a6b3;hp=c8721565ae86502319be0ed2e6257454b876f841;hpb=32e646780461f96682d1191d31e08e4602ab125e;p=paraslash.git diff --git a/gui.c b/gui.c index c8721565..a3c07ec7 100644 --- a/gui.c +++ b/gui.c @@ -99,7 +99,7 @@ static void com_reread_conf(void); static void com_enlarge_top_win(void); static void com_shrink_top_win(void); static void com_version(void); -static void com_quit(void); +__noreturn static void com_quit(void); static void com_refresh(void); static void com_ll_incr(void); static void com_ll_decr(void);