--- resynthesizer-git-fa8efb29e.old/lib/progress.h +++ resynthesizer-git-fa8efb29e/lib/progress.h @@ -44,9 +44,9 @@ void (*progressCallback)(int, void*), void * contextInfo, #ifdef SYNTH_USE_GLIB_THREADS - GMutex *mutexProgress; + GMutex *mutexProgress #else - pthread_mutex_t *mutexProgress; + pthread_mutex_t *mutexProgress #endif ); ==== end of patch ====