summaryrefslogtreecommitdiffstats
path: root/source/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/theme.c')
-rw-r--r--source/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/theme.c b/source/theme.c
index 00161e78..1ed0da63 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -62,7 +62,7 @@ const char *PropertyTypeName[] = {
/** Highlight */
"Highlight",
};
-void yyerror ( YYLTYPE *ylloc, const char *, const char * );
+void yyerror ( YYLTYPE *yylloc, const char *, const char * );
static gboolean distance_compare ( Distance d, Distance e )
{
return d.type == e.type && d.distance == e.distance && d.style == e.style;