From ae62187d06b77df544743d80fc57a1cb73b29e23 Mon Sep 17 00:00:00 2001 From: rlar Date: Thu, 22 Jan 2015 17:49:47 +0100 Subject: [PATCH] sharedspice.c, bug fix, #298 Wrong define in sharedspice.c thanks to "Sergii" who reported this here: http://sourceforge.net/p/ngspice/bugs/298 This bug did not have any effect --- src/sharedspice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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