diff --git a/src/apps/bin/query.cpp b/src/apps/bin/query.cpp index f97c9288b8..40bce27530 100644 --- a/src/apps/bin/query.cpp +++ b/src/apps/bin/query.cpp @@ -72,7 +72,7 @@ perform_query(BVolume &volume, const char *predicate) int -main(int32 argc, const char **argv) +main(int32 argc, char **argv) { // Make sure we have the minimum number of arguments. if (argc < 2)