mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +00:00
Userland: Fix more compiler warnings.
This commit is contained in:
parent
4118aaaa32
commit
3b01d7fdff
5 changed files with 8 additions and 10 deletions
|
@ -57,7 +57,7 @@ int main(int argc, char** argv)
|
|||
return do_file_system_object_short(path);
|
||||
};
|
||||
|
||||
int status;
|
||||
int status = 0;
|
||||
if (optind >= argc) {
|
||||
status = do_file_system_object(".");
|
||||
} else if (optind + 1 >= argc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue