mirror of
https://github.com/X11Libre/xf86-video-cirrus.git
synced 2026-03-24 01:24:45 +00:00
Use const char for xf86GetOptValString return type
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
This commit is contained in:
@@ -456,7 +456,7 @@ AlpPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
int i;
|
||||
int depth_flags;
|
||||
ClockRangePtr clockRanges;
|
||||
char *s;
|
||||
const char *s;
|
||||
xf86Int10InfoPtr pInt = NULL;
|
||||
|
||||
if (flags & PROBE_DETECT) {
|
||||
|
||||
@@ -319,7 +319,7 @@ LgPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
int i;
|
||||
ClockRangePtr clockRanges;
|
||||
int fbPCIReg, ioPCIReg;
|
||||
char *s;
|
||||
const char *s;
|
||||
|
||||
if (flags & PROBE_DETECT) {
|
||||
cirProbeDDC( pScrn, xf86GetEntityInfo(pScrn->entityList[0])->index );
|
||||
|
||||
Reference in New Issue
Block a user