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
This commit is contained in:
rlar 2015-01-22 17:49:47 +01:00
parent 8dc0d0ce5c
commit ae62187d06
1 changed files with 1 additions and 1 deletions

View File

@ -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