summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--plugins/winsys/winsys.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/winsys/winsys.cpp b/plugins/winsys/winsys.cpp
index 55a5ddaf..68c47016 100644
--- a/plugins/winsys/winsys.cpp
+++ b/plugins/winsys/winsys.cpp
@@ -28,9 +28,9 @@
 #include "xchat-plugin.h"
 
 static xchat_plugin *ph;   /* plugin handle */
-static const char name[] = "WinSys";
-static const char desc[] = "Display info about your hardware and OS";
-static const char version[] = "1.0";
+static char name[] = "WinSys";
+static char desc[] = "Display info about your hardware and OS";
+static char version[] = "1.0";
 static int firstRun;
 static char *wmiOs;
 static char *wmiCpu;