No functional change since FALSE = (0) and NULL = ((void *) 0),
but everywhere else in that function we return NULL

Signed-off-by: Marek Chalupa <[email protected]>
---
 randr/rrcrtc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/randr/rrcrtc.c b/randr/rrcrtc.c
index 9bc456b..c9f9254 100644
--- a/randr/rrcrtc.c
+++ b/randr/rrcrtc.c
@@ -70,7 +70,7 @@ RRCrtcCreate(ScreenPtr pScreen, void *devPrivate)
     else
         crtcs = malloc(sizeof(RRCrtcPtr));
     if (!crtcs)
-        return FALSE;
+        return NULL;
     pScrPriv->crtcs = crtcs;
 
     crtc = calloc(1, sizeof(RRCrtcRec));
-- 
2.5.0

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to