mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
vfb: no need for else if we are returning
This commit is contained in:
committed by
Ignacio Casal
parent
d0850241c6
commit
356ffd6729
@@ -627,8 +627,8 @@ vfbAllocateFramebufferMemory(vfbScreenInfoPtr pvfb)
|
||||
|
||||
return pvfb->pfbMemory;
|
||||
}
|
||||
else
|
||||
return NULL;
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user