Skip to content
Snippets Groups Projects
Commit b590b661 authored by DarkGod's avatar DarkGod
Browse files

removed return in void function

parent ae783a7e
No related branches found
No related tags found
No related merge requests found
......@@ -331,7 +331,6 @@ void physfs_reset_dir_allowed(lua_State *L)
}
nb_allowed_dirs = 0;
can_set_allowed_dirs = TRUE;
return 0;
}
static int lua_fs_done_dir_allowed(lua_State *L) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment