Commit 3bea7534 authored by Youness Alaoui's avatar Youness Alaoui

Fix missing semicolon from previous commit in test-restart

parent fb6df6a0
......@@ -395,7 +395,7 @@ int main (void)
g_type_init ();
#if !GLIB_CHECK_VERSION(2,31,8)
g_thread_init(NULL)
g_thread_init(NULL);
#endif
global_mainloop = g_main_loop_new (NULL, FALSE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment