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
This commit is contained in:
Stefano Ceccherini 2004-09-30 08:10:30 +00:00
parent dbce0eca86
commit 1c4b8c6af4
1 changed files with 1 additions and 1 deletions

View File

@ -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)