summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-09-11 19:06:35 +0200
committerterriblephrases <terriblephrases@gmail.com>2018-12-16 02:20:16 +0100
commit7a1a92ff3f331047245837ddd055298ceb013a62 (patch)
treee1164ddb28519f11e9cd246a43a0a887d5a2acd6 /st.c
parente651f316420d4366605cd5614b4b6ede46ea451a (diff)
small code-style fix
Diffstat (limited to 'st.c')
-rw-r--r--st.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/st.c b/st.c
index 5a2a898..9fd04bd 100644
--- a/st.c
+++ b/st.c
@@ -1506,7 +1506,8 @@ tsetattr(int *attr, int l)
} else {
fprintf(stderr,
"erresc(default): gfx attr %d unknown\n",
- attr[i]), csidump();
+ attr[i]);
+ csidump();
}
break;
}