From 398afbbc5ccff44f56151b27713dae1b44ee7430 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 19 Jul 2009 22:26:05 +0200 Subject: [PATCH] librfc822/address.y: fixed a trivial typo --- librfc822/address.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librfc822/address.y b/librfc822/address.y index 0f67b3c..cd8b3b3 100644 --- a/librfc822/address.y +++ b/librfc822/address.y @@ -30,7 +30,7 @@ #include "../libmpools/mpools.h" #define yytext rfc822_text -#define yyley rfc822_lex +#define yylex rfc822_lex /* Variables in our lexer. */