From 7abcba6de277e5debc7d00a1fe2ebecd0577f604 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 27 Nov 2014 21:55:57 +0100 Subject: [PATCH] Fix type in yacc file --- src/quote_fmt_parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quote_fmt_parse.y b/src/quote_fmt_parse.y index 4ad346bb4..9ed0ddb03 100644 --- a/src/quote_fmt_parse.y +++ b/src/quote_fmt_parse.y @@ -617,7 +617,7 @@ static gchar *quote_fmt_complete_address(const gchar *addr) %start quote_fmt -%token CHARACTER +%type CHARACTER %type character %type string -- 2.25.1