aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiltjo Posthuma2018-09-11 19:06:35 +0200
committerHiltjo Posthuma2018-09-11 19:06:35 +0200
commitde6b2fd75b55019411a9f4cd7292a07dd4563846 (patch)
treefb127f77d8eb976de1cbc9691ab3dd7686d9df4c
parent7180a032c35a401b9eb4c9bfc3775bf278e572cc (diff)
downloadaur-de6b2fd75b55019411a9f4cd7292a07dd4563846.tar.gz
small code-style fix
-rw-r--r--st.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/st.c b/st.c
index 574dbeee866f..46cf2da69995 100644
--- a/st.c
+++ b/st.c
@@ -1452,7 +1452,8 @@ tsetattr(int *attr, int l)
} else {
fprintf(stderr,
"erresc(default): gfx attr %d unknown\n",
- attr[i]), csidump();
+ attr[i]);
+ csidump();
}
break;
}