From 66669a558560c0ba3b5da4cd2009de81d68a2263 Mon Sep 17 00:00:00 2001 From: Roberto E. Vargas Caballero Date: Tue, 4 Sep 2012 20:31:21 +0200 Subject: [PATCH] Add newline to stderr message --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index 09b0262..586d124 100644 --- a/st.c +++ b/st.c @@ -784,7 +784,7 @@ ttynew(void) { cmdfd = m; signal(SIGCHLD, sigchld); if (opt_io && !(fileio = fopen(opt_io, "w"))) { - fprintf(stderr, "Error opening %s:%s", + fprintf(stderr, "Error opening %s:%s\n", opt_io, strerror(errno)); } } -- libgit2 1.1.1