Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
retro8
Commits
d1673293
Commit
d1673293
authored
Feb 27, 2022
by
phcoder
Browse files
Add missing return
parent
e5eb7383
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lua/loslib.c
View file @
d1673293
...
...
@@ -150,6 +150,7 @@ static int os_execute (lua_State *L) {
return 1;
}
*/
return
1
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment