summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/audio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c
index 48f3718..1282f7e 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -62,8 +62,9 @@ int laudioLoadSound( lua_State *L ) {
}
else {
lua_pushinteger( L, -1 );
- return 1;
}
+
+ return 1;
}
/*