mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-01 01:20:10 +01:00
vfb: no need for else if we are returning
This commit is contained in:
parent
d0850241c6
commit
356ffd6729
1 changed files with 2 additions and 2 deletions
|
|
@ -627,8 +627,8 @@ vfbAllocateFramebufferMemory(vfbScreenInfoPtr pvfb)
|
|||
|
||||
return pvfb->pfbMemory;
|
||||
}
|
||||
else
|
||||
return NULL;
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue