Skip to content

Commit c864bc3

Browse files
committed
better framing for DISPLAY MODE notif
1 parent dd70596 commit c864bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/dingux-sdl/input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ static void KeyboardCommands() {
326326

327327
char shell_cmd_tmp[100];
328328
FILE *fp_tmp;
329-
sprintf(shell_cmd_tmp, "%s %d \" DISPLAY MODE: %s\"",
329+
sprintf(shell_cmd_tmp, "%s %d \" DISPLAY MODE: %s\"",
330330
SHELL_CMD_NOTIF, NOTIF_SECONDS_DISP, aspect_ratio_name[aspect_ratio]);
331331
fp_tmp = popen(shell_cmd_tmp, "r");
332332
if (fp_tmp == NULL) {

0 commit comments

Comments
 (0)