Fixed parse error.

svn-id: r8802
This commit is contained in:
Marcus Comstedt 2003-07-06 14:46:12 +00:00
parent 28fa8fedd2
commit 5ab59a695c

View File

@ -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;
}