mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Utilities: Fix embarassing typo in syscall(1)
This commit is contained in:
parent
c0692f1f95
commit
fcda9ee7f5
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ static FlatPtr parse_parameter_buffer(ArgIter& iter)
|
|||
params_vec.append(parse_from(iter));
|
||||
}
|
||||
|
||||
fprintf(stderr, "Warning: Treating unmatched ']' as literal string\n");
|
||||
fprintf(stderr, "Error: Unmatched '['?!\n");
|
||||
exit(1);
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue