aboutsummaryrefslogtreecommitdiffstats
path: root/rcfile_y.y
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-03-09 04:17:15 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-03-09 04:17:15 +0000
commit59600d8b6d22683c2b5cd79ee7bfe31596d038b2 (patch)
treedabac9d0732e3ef5eccf1f64d1c9175b4379de2b /rcfile_y.y
parent018f610b96ae9d39e95452beb6639afbd6d9c8a3 (diff)
downloadfetchmail-59600d8b6d22683c2b5cd79ee7bfe31596d038b2.tar.gz
fetchmail-59600d8b6d22683c2b5cd79ee7bfe31596d038b2.tar.bz2
fetchmail-59600d8b6d22683c2b5cd79ee7bfe31596d038b2.zip
Minor fixes.
svn path=/trunk/; revision=3584
Diffstat (limited to 'rcfile_y.y')
-rw-r--r--rcfile_y.y2
1 files changed, 1 insertions, 1 deletions
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
}