Skip to content

Commit

Permalink
Update ps4-nms-unpacker/main.c
Browse files Browse the repository at this point in the history
Co-authored-by: Damián Parrino <[email protected]>
  • Loading branch information
hzhreal and bucanero authored Jul 2, 2024
1 parent 5b37b0e commit 0d16dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps4-nms-unpacker/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ int main(int argc, char **argv)
if (*opt++ != '-' || (*opt != 'd' && *opt != 'e'))
{
print_usage(argv[0]);
return -1;
return -1;
}

if (read_buffer(filename, &data, &len) != 0)
Expand Down

0 comments on commit 0d16dd4

Please sign in to comment.