fix compilation with --disable-threads

fixes this error

tasks/task_overlay.c: In function ‘rarch_main_data_overlay_iterate’:
tasks/task_overlay.c:92:1: error: label at end of compound statement
This commit is contained in:
Jools Wills 2015-06-17 20:18:15 +01:00
parent 897361b9d4
commit 83efc830e4

View File

@ -89,7 +89,7 @@ void rarch_main_data_overlay_iterate(bool is_thread, void *data)
break;
}
end:
end: ;
#ifdef HAVE_THREADS
if (is_thread)
slock_unlock(runloop->overlay_lock);