# HG changeset patch # User Sebastien Decugis # Date 1280207985 -32400 # Node ID f98ffcd86d15604344f160c965d6b375c49ef6e9 # Parent 260b8e10f471921c8c38096f635413671de80259 Fix typo diff -r 260b8e10f471 -r f98ffcd86d15 extensions/app_sip/diamsip.y --- a/extensions/app_sip/diamsip.y Mon Jul 26 21:52:23 2010 +0900 +++ b/extensions/app_sip/diamsip.y Tue Jul 27 14:19:45 2010 +0900 @@ -89,7 +89,7 @@ } /* The Lex parser prototype */ -int diamsipflex(YYSTYPE *lvalp, YYLTYPE *llocp); +int diamsiplex(YYSTYPE *lvalp, YYLTYPE *llocp); /* Function to report the errors */ void yyerror (YYLTYPE *ploc, char * conffile, char const *s)