summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-19 19:29:06 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-19 19:29:06 +0100
commit4eb3fd1da33e91ad76efe1508702de50daf0df34 (patch)
tree85bab400c0f584c663c353614d57b72cae44732e /source/x11-helper.c
parenta125f6d515a205f2ca4bc16f4a31311aedb540af (diff)
Test for single mainloop
Diffstat (limited to 'source/x11-helper.c')
-rw-r--r--source/x11-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x11-helper.c b/source/x11-helper.c
index 89c89a7b..7137c55d 100644
--- a/source/x11-helper.c
+++ b/source/x11-helper.c
@@ -521,7 +521,7 @@ void x11_parse_key ( char *combo, unsigned int *mod, KeySym *key )
if ( str->len > 0 ) {
show_error_message ( str->str, TRUE );
g_string_free ( str, TRUE );
- exit ( EXIT_FAILURE );
+ return;
}
g_string_free ( str, TRUE );
*key = sym;