forgot a return there...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21149 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2007-05-15 18:15:26 +00:00
parent 74a5ba5b30
commit f4665cbe34
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ int main(int argc, char **argv)
return 1;
}
printf("%s\n", name.String());
return 0;
}
// we want to change it
int32 i, count;