summaryrefslogtreecommitdiff
path: root/src/state.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.c')
-rw-r--r--src/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c
index abaf2ae..79812e9 100644
--- a/src/state.c
+++ b/src/state.c
@@ -114,7 +114,7 @@ bool stateInit( const char *exePath ) {
return state->run;
}
-bool stateInitInterpret() {
+void stateInitInterpret() {
state = malloc( sizeof( State ) );
luaInit();
}