X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fabort.c;h=79594089a920221d85ee79ff028dfbbd1e0b41bc;hb=3cae3fd0309a0822c9dfc46fad88e32174e4acf7;hp=8eb21dae91d53aaa13966624f1914def01037d00;hpb=40cf50b43f824311d7f14893ed1193bb5642741a;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/abort.c b/libchimara/abort.c index 8eb21da..7959408 100644 --- a/libchimara/abort.c +++ b/libchimara/abort.c @@ -46,7 +46,7 @@ abort_glk(void) shutdown_glk_pre(); shutdown_glk_post(); /* If program is terminated by g_thread_exit() instead of returning from the - glk_main() function, then the line in glk_enter() where the "stopped" + glk_main() function, then the line in glk_exit() where the "stopped" signal is emitted will not be reached. So we have to emit it here. */ if(!glk_data->in_startup) g_signal_emit_by_name(glk_data->self, "stopped");