summaryrefslogtreecommitdiff
path: root/dxr3.c
diff options
context:
space:
mode:
authorscop <scop>2006-04-22 11:24:28 +0000
committerscop <scop>2006-04-22 11:24:28 +0000
commit173a37ed403479efcfef347bed7e9f1edcc435be (patch)
tree7c15b1fd50bb24abd54f73fa73fa35c099c40f32 /dxr3.c
parent81fe77b4f9e564ad1139ba5a10b7f54861534762 (diff)
downloadvdr-plugin-dxr3-173a37ed403479efcfef347bed7e9f1edcc435be.tar.gz
vdr-plugin-dxr3-173a37ed403479efcfef347bed7e9f1edcc435be.tar.bz2
Constness tuning.
Diffstat (limited to 'dxr3.c')
-rw-r--r--dxr3.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/dxr3.c b/dxr3.c
index 5a5c830..40df9aa 100644
--- a/dxr3.c
+++ b/dxr3.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: dxr3.c,v 1.1.2.24 2006/04/19 21:57:35 scop Exp $
+ * $Id: dxr3.c,v 1.1.2.25 2006/04/22 11:24:28 scop Exp $
*
*/
@@ -15,9 +15,9 @@
#include "dxr3.h"
#include "dxr3i18n.h"
-static const char *VERSION = "0.2.6-cvs";
-static const char *DESCRIPTION = "Hardware MPEG decoder";
-static const char *MAINMENUENTRY = "DXR3";
+static const char VERSION[] = "0.2.6-cvs";
+static const char DESCRIPTION[] = "Hardware MPEG decoder";
+static const char MAINMENUENTRY[] = "DXR3";
#if VDRVERSNUM && VDRVERSNUM < 10342
#error "This version of the DXR3 plugin needs VDR version >= 1.3.42"