summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-10 00:10:58 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-10 00:10:58 +0000
commit9a84232f4564fdb4aee5401b370ddfac012e669e (patch)
treee8a25859682e32b0be8621ff464a7528210cfef7 /libvo
parent6a2c0db5e5b583543fc207bcacb0f194ddd2e90f (diff)
downloadmpv-9a84232f4564fdb4aee5401b370ddfac012e669e.tar.bz2
mpv-9a84232f4564fdb4aee5401b370ddfac012e669e.tar.xz
compiler warning found by Dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7696 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/mga_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c
index 2477e4bf8c..cf2d8c19b9 100644
--- a/libvo/mga_common.c
+++ b/libvo/mga_common.c
@@ -397,7 +397,7 @@ static int mga_uninit(){
static uint32_t preinit(const char *vo_subdevice)
{
- char *devname=vo_subdevice?vo_subdevice:"/dev/mga_vid";
+ const char *devname=vo_subdevice?vo_subdevice:"/dev/mga_vid";
f = open(devname,O_RDWR);
if(f == -1)