Skip to content

Commit

Permalink
better framing for DISPLAY MODE notif
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-FK committed Jan 15, 2021
1 parent 739c975 commit 216b2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rccmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static int cmd_aspectratiochange(int argc, char **argv)
aspect_ratio = (aspect_ratio + 1) % NB_ASPECT_RATIOS_TYPES;

/// ----- Hud Msg -----
sprintf(shell_cmd, "%s %d \" DISPLAY MODE: %s\"",
sprintf(shell_cmd, "%s %d \" DISPLAY MODE: %s\"",
SHELL_CMD_NOTIF, NOTIF_SECONDS_DISP, aspect_ratio_name[aspect_ratio]);

fp = popen(shell_cmd, "r");
Expand Down

0 comments on commit 216b2b6

Please sign in to comment.