From 59600d8b6d22683c2b5cd79ee7bfe31596d038b2 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 9 Mar 2002 04:17:15 +0000 Subject: Minor fixes. svn path=/trunk/; revision=3584 --- rcfile_y.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index a7246cf5..7701d2c4 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -368,7 +368,7 @@ user_option : TO localnames HERE #ifdef SSL_ENABLE current.use_ssl = FLAG_FALSE; #else - yyerror(GT_("SSL is not enabled")) + yyerror(GT_("SSL is not enabled")); #endif } -- cgit v1.2.3