diff --git a/src/sharedspice.c b/src/sharedspice.c index b3ea4ff2c..d769f4f14 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -295,7 +295,7 @@ _thread_run(void *string) bgtid = thread_self(); cp_evloop((char *)string); FREE(string); -#ifdef __MINGW32__nn +#ifdef __MINGW32__ bgtid.p = NULL; bgtid.x = 0; #else