Corrected a comment

This commit is contained in:
Pierre Pronchery 2004-02-29 04:12:47 +00:00
parent f536beacb6
commit 8d7cad9991

View File

@ -34,7 +34,7 @@ int usage(void)
/* main */
int main(int argc, char * argv[])
{
/* parse command line arguments */
/* check for errors */
if(argc != 1)
return usage();
return tty();