mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
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:
parent
897361b9d4
commit
83efc830e4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user