summary refs log tree commit diff stats
path: root/plugins/sasl
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-26 13:38:13 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-26 13:38:13 +0200
commite3be4a0e0abfe0368aba0b03c2ec59af8385ef3a (patch)
treebb988ce83237fb6ea0ec0f0e2b29dee684389aa1 /plugins/sasl
parent46b0fe70ebc83500c5c2adbc124fbfb4d065d963 (diff)
Eliminate some more plugin warnings
Diffstat (limited to 'plugins/sasl')
-rw-r--r--plugins/sasl/sasl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/sasl/sasl.c b/plugins/sasl/sasl.c
index 7978251e..cdf225b1 100644
--- a/plugins/sasl/sasl.c
+++ b/plugins/sasl/sasl.c
@@ -41,9 +41,9 @@
 #include "hexchat-plugin.h"
 
 static xchat_plugin *ph;   /* plugin handle */
-static const char name[] = "SASL";
-static const char desc[] = "SASL authentication plugin for HexChat";
-static const char version[] = "1.2";
+static char name[] = "SASL";
+static char desc[] = "SASL authentication plugin for HexChat";
+static char version[] = "1.2";
 static const char sasl_help[] = "SASL Usage:\n /SASL ADD <login> <password> <network>, enable/update SASL authentication for given network\n /SASL DEL <network>, disable SASL authentication for given network\n /SASL LIST, get the list of SASL-enabled networks\n";
 
 struct sasl_info