mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
Demos: Use new format functions.
This commit is contained in:
parent
d781f3f6b5
commit
560c52989c
6 changed files with 34 additions and 45 deletions
|
@ -62,7 +62,7 @@ int main(int argc, char* argv[])
|
|||
}
|
||||
|
||||
if ((grid_rows > 0) ^ (grid_columns > 0)) {
|
||||
fprintf(stderr, "Expected either both or none of 'grid-rows' and 'grid-cols' to be passed.\n");
|
||||
warnln("Expected either both or none of 'grid-rows' and 'grid-cols' to be passed.");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue