summaryrefslogtreecommitdiff
path: root/src/gui/curses/main.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-06-22 10:31:11 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-07-14 20:03:39 +0200
commitde7e7585dd0cbf979061420f6997cb83d5b1195e (patch)
treebb67d5a3fa9027729e867ecde3d7fb7519ace8c1 /src/gui/curses/main.c
parent9935b336edc4094e66f8012e6ad0cb683be0344a (diff)
downloadweechat-de7e7585dd0cbf979061420f6997cb83d5b1195e.zip
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.
Diffstat (limited to 'src/gui/curses/main.c')
-rw-r--r--src/gui/curses/main.c1
1 files changed, 0 insertions, 1 deletions
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;
}