Commit e9e6db87 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Fixed compile warning.

parent 4ae27ced
...@@ -76,6 +76,7 @@ static DWORD CALLBACK timer_thread( void *dummy ) ...@@ -76,6 +76,7 @@ static DWORD CALLBACK timer_thread( void *dummy )
Sleep(55); Sleep(55);
DOSMEM_Tick( 0 ); DOSMEM_Tick( 0 );
} }
return 0; /* unreached */
} }
/*********************************************************************** /***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment