X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fchimara-glk.c;h=16e674969c10f9ae9feaf92804261b0b4414c8d5;hb=a7665032bcdacab5d3441eb9d03cfe6b0c0c4923;hp=14d1e44801f7b73e0c76c41bdded91eeeb7d0c3f;hpb=179cdda7e4d5713b3f90d0f01030c58e14557328;p=projects%2Fchimara%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);