summaryrefslogtreecommitdiff
path: root/src/r128_driver.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2004-08-03 09:38:03 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2004-08-03 09:38:03 +0000
commitfd440a1e2110e05d116207800c123c281fbf5e19 (patch)
tree0c1fa2d92f48b58e4406401be79758233011db6b /src/r128_driver.c
parentdd0f86c4cb046c79a65144f767e97fd99e7f61c9 (diff)
programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
programs/Xserver/hw/xfree86/drivers/ati/r128_probe.h programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h Fix Constification problems.
Diffstat (limited to 'src/r128_driver.c')
-rw-r--r--src/r128_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r128_driver.c b/src/r128_driver.c
index 21f5d9d..1d7f7dc 100644
--- a/src/r128_driver.c
+++ b/src/r128_driver.c
@@ -165,7 +165,7 @@ static const OptionInfoRec R128Options[] = {
{ -1, NULL, OPTV_NONE, {0}, FALSE }
};
-OptionInfoRec *R128OptionsWeak(void) { return R128Options; }
+const OptionInfoRec *R128OptionsWeak(void) { return R128Options; }
R128RAMRec R128RAM[] = { /* Memory Specifications
From RAGE 128 Software Development