mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-07 19:36:21 +00:00
Fixed warning.
svn-id: r13575
This commit is contained in:
parent
e03cca03d4
commit
be5c529487
@ -101,6 +101,7 @@ int ISTACK_PushNull(R_ISTACK stack)
|
||||
|
||||
stack->top++;
|
||||
|
||||
return STACK_SUCCESS;
|
||||
}
|
||||
|
||||
int ISTACK_Push(R_ISTACK stack, int value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user