fixed build warnning

This commit is contained in:
punkrockguy318 2008-07-24 15:16:18 +00:00
parent 9a928f1b5e
commit 687bb3b7fd
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ int FCEU_LuaFrameSkip() {
case SPEED_MAXIMUM: case SPEED_MAXIMUM:
return 1; return 1;
} }
return 0;
} }
/** /**