mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Utilities: Fix embarassing typo in syscall(1)
This commit is contained in:
parent
c0692f1f95
commit
fcda9ee7f5
Notes:
sideshowbarker
2024-07-18 22:19:53 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/fcda9ee7f50 Pull-request: https://github.com/SerenityOS/serenity/pull/5340
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…
Reference in a new issue