Skip to content

Commit 216b2b6

Browse files
committed
better framing for DISPLAY MODE notif
1 parent 739c975 commit 216b2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rccmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ static int cmd_aspectratiochange(int argc, char **argv)
197197
aspect_ratio = (aspect_ratio + 1) % NB_ASPECT_RATIOS_TYPES;
198198

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

203203
fp = popen(shell_cmd, "r");

0 commit comments

Comments
 (0)