mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Changed fprintf(stdout,...) to printf(...) for more readable code
This commit is contained in:
parent
915ba01ff1
commit
7cf25d3b98
4 changed files with 6 additions and 6 deletions
|
@ -234,7 +234,7 @@ int swaynag_parse_options(int argc, char **argv, struct swaynag *swaynag,
|
|||
}
|
||||
break;
|
||||
case 'v': // Version
|
||||
fprintf(stdout, "swaynag version " SWAY_VERSION "\n");
|
||||
printf("swaynag version " SWAY_VERSION "\n");
|
||||
return -1;
|
||||
case TO_COLOR_BACKGROUND: // Background color
|
||||
if (type && !parse_color(optarg, &type->background)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue