Coding style fix

This commit is contained in:
Søren Sandmann Pedersen
2010-02-08 13:20:58 -05:00
parent 106a734c4f
commit b82c3fa806

View File

@ -75,7 +75,8 @@ signal_handler (int signo,
dump_data (app);
while (g_main_context_iteration (NULL, FALSE));
while (g_main_context_iteration (NULL, FALSE))
;
g_main_loop_quit (app->main_loop);
}