fixed typo
This commit is contained in:
parent
e43a0746a8
commit
35b3050d88
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ static unsigned argcount ; /* The current number of arguments */
|
||||||
static unsigned argmax; /* The maximum number of arguments so far */
|
static unsigned argmax; /* The maximum number of arguments so far */
|
||||||
|
|
||||||
int do_run() {
|
int do_run() {
|
||||||
fatal("-g flag not implemeted") ;
|
fatal("-g flag not implemented") ;
|
||||||
/*NOTREACHED*/
|
/*NOTREACHED*/
|
||||||
return 0 ;
|
return 0 ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue