diff --git a/Userland/jp.cpp b/Userland/jp.cpp index 557c8bbe8e..9c4221e3da 100644 --- a/Userland/jp.cpp +++ b/Userland/jp.cpp @@ -15,7 +15,7 @@ int main(int argc, char** argv) { if (argc != 2) { fprintf(stderr, "usage: jp \n"); - return 1; + return 0; } CFile file(argv[1]); if (!file.open(CIODevice::ReadOnly)) {