From 1c4b8c6af41fa867693bbc2dacf86f2cfebb3b9d Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Thu, 30 Sep 2004 08:10:30 +0000 Subject: [PATCH] This file was building fine on my pc. Weird. Hope this fixes the issue. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9117 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/query.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)