From 1686f19335020455a871027611bc1d7d6da486d5 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 27 Dec 2007 12:27:10 +0000 Subject: [PATCH] typo in preprocessor condition git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25532 b3059339-0415-0410-9bf9-f77b7e298cf2 --- vidix/mga_vid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vidix/mga_vid.c b/vidix/mga_vid.c index 9059a9f8e9..b0cef043d5 100644 --- a/vidix/mga_vid.c +++ b/vidix/mga_vid.c @@ -1164,7 +1164,7 @@ static int mga_init(void) mga_vid_in_use = 0; printf("Matrox MGA G200/G400/G450 YUV Video interface v2.01 (c) Aaron Holtzman & A'rpi\n"); -#ifdef CRCT2 +#ifdef CRTC2 printf("Driver compiled with TV-out (second-head) support\n"); #endif -- 2.11.4.GIT