diff options
author | James Stembridge <jstembridge@users.sourceforge.net> | 2003-01-31 16:05:23 +0000 |
---|---|---|
committer | James Stembridge <jstembridge@users.sourceforge.net> | 2003-01-31 16:05:23 +0000 |
commit | f098b519b20e2bcbd3bd393c7ef11696922ff365 (patch) | |
tree | 087fd06cf84d3a2fa23b93230cc63f98bad02f14 /src | |
parent | d7b44ba0f1a63aced511bcfa4832c410cb2f8925 (diff) | |
download | xine-lib-f098b519b20e2bcbd3bd393c7ef11696922ff365.tar.gz xine-lib-f098b519b20e2bcbd3bd393c7ef11696922ff365.tar.bz2 |
Damn - fix compile warning
CVS patchset: 4064
CVS date: 2003/01/31 16:05:23
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/vidix/drivers/mga_vid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/vidix/drivers/mga_vid.c b/src/video_out/vidix/drivers/mga_vid.c index 683bf3793..5711c36b0 100644 --- a/src/video_out/vidix/drivers/mga_vid.c +++ b/src/video_out/vidix/drivers/mga_vid.c @@ -120,7 +120,7 @@ static int mga_next_frame = 0; static vidix_capability_t mga_cap = { #ifdef CRTC2 - "Matrox MGA G200/G4x0/G5x0 YUV Video - with TV-out (second-head) support", + "Matrox MGA G200/G4x0/G5x0 YUV Video - with second-head support", #else "Matrox MGA G200/G4x0/G5x0 YUV Video", #endif |