mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-29 02:26:52 -05:00
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
if (argument0) {
|
|
return "Success.";
|
|
} else {
|
|
return "Failure, error code " + string(nsfs_status);
|
|
}
|