diff --git a/saga/stack.cpp b/saga/stack.cpp index ef5552d4a18..c7c5cc42ae0 100644 --- a/saga/stack.cpp +++ b/saga/stack.cpp @@ -101,6 +101,7 @@ int ISTACK_PushNull(R_ISTACK stack) stack->top++; + return STACK_SUCCESS; } int ISTACK_Push(R_ISTACK stack, int value)