X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fchimara-glk.c;h=16e674969c10f9ae9feaf92804261b0b4414c8d5;hb=5a06246277a255fe6e0e465ce0f190541b7b0e16;hp=14d1e44801f7b73e0c76c41bdded91eeeb7d0c3f;hpb=c98ccb87aa2581cbcd0458682727274b6e9a8cf7;p=rodin%2Fchimara.git diff --git a/src/chimara-glk.c b/src/chimara-glk.c index 14d1e44..16e6749 100644 --- a/src/chimara-glk.c +++ b/src/chimara-glk.c @@ -923,7 +923,7 @@ chimara_glk_run(ChimaraGlk *glk, gchar *plugin, GError **error) /* Set the thread's private data */ /* TODO: Do this with a GPrivate */ glk_data = priv; - + /* Run in a separate thread */ priv->thread = g_thread_create(glk_enter, glk_main, TRUE, error);