Fix type in yacc file
authorChristian Hesse <mail@eworm.de>
Thu, 27 Nov 2014 20:55:57 +0000 (21:55 +0100)
committerRicardo Mones <ricardo@mones.org>
Sun, 21 Jun 2015 00:48:22 +0000 (02:48 +0200)
src/quote_fmt_parse.y

index 4ad346bb4871b195c161453f933aaad10af8cbfe..9ed0ddb034fb0a88e7a02f5ac33e06b89a19a997 100644 (file)
@@ -617,7 +617,7 @@ static gchar *quote_fmt_complete_address(const gchar *addr)
 
 %start quote_fmt
 
 
 %start quote_fmt
 
-%token <chr> CHARACTER
+%type <chr> CHARACTER
 %type <chr> character
 %type <str> string
 
 %type <chr> character
 %type <str> string