1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-12-21 23:08:53 -05:00

More verbosity in mempak_extract_note

This commit is contained in:
Raphael Assenat 2015-12-06 16:41:03 -05:00
parent 224706b56c
commit d2b53baad0

View File

@ -32,6 +32,8 @@ int main(int argc, char **argv)
fprintf(stderr, "could not export note\n");
}
printf("Exported note %d to file '%s'\n", note_id, outfile);
mempak_free(mpk);
return 0;