From d7a5bba72e78ef57a73e28cfb51e2b443004b5ec Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 25 Feb 1998 19:02:24 +0000 Subject: *** empty log message *** svn path=/trunk/; revision=1675 --- rcfile_y.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcfile_y.y b/rcfile_y.y index b2578219..cb63fbf1 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -179,7 +179,7 @@ serv_option : AKA alias_list free(request); } #else - yyerror("network-security support disabled") + yyerror("network-security support disabled"); #endif /* NET_SECURITY */ } | INTERFACE STRING { -- cgit v1.2.3