commit 7abcba6de277e5debc7d00a1fe2ebecd0577f604 parent b7aa1147370221b11b8d5972e4cba597c078972d Author: Christian Hesse <mail@eworm.de> Date: Thu, 27 Nov 2014 21:55:57 +0100 Fix type in yacc file Diffstat:
| M | 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 @@ -617,7 +617,7 @@ static gchar *quote_fmt_complete_address(const gchar *addr) %start quote_fmt -%token <chr> CHARACTER +%type <chr> CHARACTER %type <chr> character %type <str> string