Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KhankNyo committed Oct 30, 2022
1 parent 882c15e commit 882f238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xX_main_Xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static inline int xX_main_Xx(int argc, char *const argv[], const char *envp) {
}
argv_copy[p] = '\0';
if (argv[optind] == NULL)
return _ENOENT;
return _ENOENT;
err = do_execve(argv[optind], argc - optind, argv_copy, envp == NULL ? "\0" : envp);
if (err < 0)
return err;
Expand Down

0 comments on commit 882f238

Please sign in to comment.