summaryrefslogtreecommitdiffstats
path: root/src/map/if/ifTest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/if/ifTest.c')
-rw-r--r--src/map/if/ifTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/if/ifTest.c b/src/map/if/ifTest.c
index f8ac8423..84710ff5 100644
--- a/src/map/if/ifTest.c
+++ b/src/map/if/ifTest.c
@@ -213,7 +213,7 @@ void * Gia_ParWorkerThread( void * pArg )
unsigned Counter = 0;
while ( 1 )
{
- while ( pThData->Status == 0 )
+ while ( pThData->Status == 0 );
printf( "" );
assert( pThData->Status == 1 );
if ( pThData->Id == -1 )