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 cd73098 commit 0ac4579
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 @@ -252,7 +252,7 @@ int main(int argc, char **argv)
mapping_json = cJSON_GetObjectItem(mapping_json_root, "Mapping");

// decompress or compress file
if (*opt == 'd') {
if (*opt == 'u') {
uint8_t *decomp;
size_t decomp_len;

Expand Down

0 comments on commit 0ac4579

Please sign in to comment.