This wasn't supposed to be in there - I committed the wrong patch.

Approved by: cperciva (implicit)
This commit is contained in:
Eitan Adler 2012-11-15 15:21:58 +00:00
parent ce643be1ab
commit c7cdc97f53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243085

View File

@ -69,7 +69,6 @@ main(int argc, char *argv[])
break;
case '?':
default:
printf("hello\n");
usage();
}
}