summaryrefslogtreecommitdiff
path: root/glnx-console.c
diff options
context:
space:
mode:
Diffstat (limited to 'glnx-console.c')
-rw-r--r--glnx-console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glnx-console.c b/glnx-console.c
index 8813074..c2fe29d 100644
--- a/glnx-console.c
+++ b/glnx-console.c
@@ -168,7 +168,7 @@ glnx_console_lock (GLnxConsoleRef *console)
g_once_init_leave (&sigwinch_initialized, 1);
}
- { static const char initbuf[] = { '\n', 0x1B, 0x37 };
+ { static const char initbuf[] = { 0x1B, 0x37 };
(void) fwrite (initbuf, 1, sizeof (initbuf), stdout);
}
}