diff options
author | Phil Sutter <phil@nwl.cc> | 2009-08-02 14:47:35 +0200 |
---|---|---|
committer | Phil Sutter <phil@nwl.cc> | 2009-08-02 15:46:20 +0200 |
commit | d2b13826a9e485b520c232914d9c68c1a9e1f8bc (patch) | |
tree | ddbca1020308f6e5596fdbe41c0b0e5515e47339 /package/irssi | |
parent | 5bb02383f8f840353a7e4f64afd0bc22cbec875d (diff) |
drop all leading whitespaces in symbol prompts
The new mconf ignores them anyway, so make it stop warning about it.
Diffstat (limited to 'package/irssi')
-rw-r--r-- | package/irssi/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/irssi/Config.in b/package/irssi/Config.in index f60e946ee..79047c471 100644 --- a/package/irssi/Config.in +++ b/package/irssi/Config.in @@ -10,7 +10,7 @@ config ADK_PACKAGE_IRSSI http://irssi.org config ADK_PACKAGE_IRSSI_SSL - bool " Enable SSL/TLS support" + bool "Enable SSL/TLS support" depends on ADK_PACKAGE_IRSSI select ADK_PACKAGE_LIBOPENSSL default n |