mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 05:36:12 +00:00
Fixed parse error.
svn-id: r8802
This commit is contained in:
parent
28fa8fedd2
commit
5ab59a695c
@ -134,7 +134,7 @@ void OSystem_Dreamcast::create_thread(ThreadProc *proc, void *param) {
|
||||
|
||||
|
||||
/* Mutex handling */
|
||||
MutexRef OSystem_Dreamcast::create_mutex()
|
||||
Mutex* OSystem_Dreamcast::create_mutex()
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user