index
:
hurd/mig.git
master
MIG
GNU Hurd maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
parser.y
2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.y b/parser.y
index cc149da..ade56be 100644
--- a/
parser.y
+++ b/
parser.y
@@ -131,7 +131,7 @@ static const char *import_name(statement_kind_t sk);
void
yyerror(const char *s)
{
- error(s);
+ error("%s", s);
}
%}