From e98794e2ee07eb01f52e04dda4391c352643fe7c Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 3 Nov 2007 22:25:52 +0000 Subject: Avoid short forms; has the added benefit of allowing compilation with gcc 2.95 which complains about 'unterminated string or character constant'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24961 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec-cfg.c b/codec-cfg.c index 8283ebce6d..6f5e5ecd0f 100644 --- a/codec-cfg.c +++ b/codec-cfg.c @@ -349,7 +349,7 @@ static int validate_codec(codecs_t *c, int type) } #if 0 -#warning codec->driver == 4;... <- this shouldn't be put in here... +#warning codec->driver == 4;... <- this should not be put in here... #warning Where are they defined ???????????? if (!c->dll && (c->driver == 4 || (c->driver == 2 && type == TYPE_VIDEO))) { -- cgit v1.2.3