pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67d0cb6
)
small code-style fix
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Tue, 11 Sep 2018 17:06:35 +0000
(19:06 +0200)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Tue, 11 Sep 2018 17:06:35 +0000
(19:06 +0200)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
574dbee
..
46cf2da
100644
(file)
--- 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;
}