aboutsummaryrefslogtreecommitdiff
path: root/src/lib/edin.c
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2015-03-08 18:54:04 +0000
committerdos-reis <gdr@axiomatics.org>2015-03-08 18:54:04 +0000
commitb75f75e80ea1130b3d3f21d5c0da1789ce988d1c (patch)
tree142b2100f45bcb70e523ecdde06b40eb61cb0cfe /src/lib/edin.c
parent172e429ef0ca254a6711d66dbeb52eae09a6dfa9 (diff)
downloadopen-axiom-b75f75e80ea1130b3d3f21d5c0da1789ce988d1c.tar.gz
Fix misc warnings.
Diffstat (limited to 'src/lib/edin.c')
-rw-r--r--src/lib/edin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/edin.c b/src/lib/edin.c
index c93e2876..f85a632a 100644
--- a/src/lib/edin.c
+++ b/src/lib/edin.c
@@ -158,7 +158,7 @@ do_reading(void)
if (ttt_read > 0)
num_read = num_read + ttt_read;
}
- if ((in_buff[num_proc + 1] == _LBRACK)) {
+ if (in_buff[num_proc + 1] == _LBRACK) {
/* ESC [ */