fs: remove unnecessary break
This commit is contained in:
parent
c620c39f0a
commit
2799d481d5
1 changed files with 0 additions and 1 deletions
1
lfs.c
1
lfs.c
|
@ -316,7 +316,6 @@ ismode(lua_State *L, mode_t mode)
|
|||
case ENOENT:
|
||||
lua_pushboolean(L, 0);
|
||||
return 1;
|
||||
break;
|
||||
default:
|
||||
return lfail(L);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue