mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00: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
Add a link
Reference in a new issue