summaryrefslogtreecommitdiff
path: root/muggle.c
diff options
context:
space:
mode:
Diffstat (limited to 'muggle.c')
-rw-r--r--muggle.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/muggle.c b/muggle.c
index d40ad24..faa3174 100644
--- a/muggle.c
+++ b/muggle.c
@@ -21,9 +21,9 @@
#include <getopt.h>
#include <config.h>
-static const char *VERSION = "0.1.10";
-static const char *DESCRIPTION = "Media juggle plugin for VDR";
-static const char *MAINMENUENTRY = "Muggle";
+static const char VERSION[] = "0.1.10";
+static const char DESCRIPTION[] = "Media juggle plugin for VDR";
+static const char MAINMENUENTRY[] = "Muggle";
const char *
mgMuggle::Version (void)