summaryrefslogtreecommitdiffstats
path: root/contrib/byacc/reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/byacc/reader.c')
-rw-r--r--contrib/byacc/reader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/byacc/reader.c b/contrib/byacc/reader.c
index 563a2e8..502e4a2 100644
--- a/contrib/byacc/reader.c
+++ b/contrib/byacc/reader.c
@@ -1,4 +1,4 @@
-/* $Id: reader.c,v 1.59 2015/07/11 00:39:03 tom Exp $ */
+/* $Id: reader.c,v 1.60 2016/03/25 00:51:07 tom Exp $ */
#include "defs.h"
@@ -895,7 +895,7 @@ copy_param(int k)
}
buf[i--] = '\0';
- i = trim_blanks(buf);
+ (void)trim_blanks(buf);
comma = buf - 1;
do
OpenPOWER on IntegriCloud