From de7e7585dd0cbf979061420f6997cb83d5b1195e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 22 Jun 2014 10:31:11 +0200 Subject: core: do not exit WeeChat in weechat_end() (let the caller do that) This is needed for automated tests, to exit with return code of tests. --- src/gui/curses/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/curses/main.c') diff --git a/src/gui/curses/main.c b/src/gui/curses/main.c index a234610f2..4176b9085 100644 --- a/src/gui/curses/main.c +++ b/src/gui/curses/main.c @@ -41,6 +41,5 @@ main (int argc, char *argv[]) gui_main_loop (); weechat_end (&gui_main_end); - /* make C compiler happy (never executed) */ return EXIT_SUCCESS; } -- cgit v1.2.3