diff options
author | Vladimir Dergachev <volodya@mindspring.com> | 2004-10-03 14:41:45 +0000 |
---|---|---|
committer | Vladimir Dergachev <volodya@mindspring.com> | 2004-10-03 14:41:45 +0000 |
commit | 37a8d8a53f12f829783011c1e077fefb5729e618 (patch) | |
tree | 68e3f04c62b11777f767a5236d378602305c1f2d | |
parent | 6dbcd503fe21c6dec27c2b97adc0f39ba0a7ab2a (diff) |
Modified:
xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c Fix compilation
with gcc 3.4.x (patch by Ronny V. Vindenes)
-rw-r--r-- | src/radeon_video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c index 02a1c82..c09b9d5 100644 --- a/src/radeon_video.c +++ b/src/radeon_video.c @@ -2109,6 +2109,7 @@ RADEONDisplayVideo( is_rgb=1; break; default: + break; } /* Unlike older Mach64 chips, RADEON has only two ECP settings: 0 for PIXCLK < 175Mhz, and 1 (divide by 2) |