[PATCH xf86-video-rendition 2/2] Use const char for xf86GetOptValString return type

Kevin Brace kevinbrace at gmx.com
Sat Dec 22 22:16:49 UTC 2018


Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
---
 src/rendition.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rendition.c b/src/rendition.c
index 19826fe..58b49f2 100644
--- a/src/rendition.c
+++ b/src/rendition.c
@@ -480,7 +480,7 @@ renditionPreInit(ScrnInfoPtr pScreenInfo, int flags)
     MessageType       From;
     int               videoRam, Rounding, nModes = 0;
     renditionPtr      pRendition;
-    char             *in_string;
+    const char       *in_string;
     vgaHWPtr          pvgaHW;
     
 #ifdef DEBUG
-- 
2.7.4



More information about the xorg-devel mailing list