apparently this is not allowed in C++

This commit is contained in:
Berke Viktor 2011-12-02 01:09:52 +01:00
parent e2acf19d42
commit 1fe5dfae7f
1 changed files with 3 additions and 3 deletions

View File

@ -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;