summaryrefslogtreecommitdiff
path: root/undelete.c
diff options
context:
space:
mode:
Diffstat (limited to 'undelete.c')
-rw-r--r--undelete.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/undelete.c b/undelete.c
index 79f4e81..cb13b16 100644
--- a/undelete.c
+++ b/undelete.c
@@ -19,12 +19,14 @@
#error "VDR-1.5.7 API version or greater is required!"
#endif
+#error APIVERSION
+
#ifndef GITVERSION
#define GITVERSION ""
#endif
-static const char VERSION[] = "0.0.7" GITVERSION;
-static const char DESCRIPTION[] = trNOOP("undelete for recordings");
+static const char *VERSION = "0.0.7" GITVERSION;
+static const char *DESCRIPTION = trNOOP("undelete for recordings");
// Global variables that control the overall behaviour: