vfb: no need for else if we are returning

This commit is contained in:
Ignacio Casal Quinteiro
2019-07-17 14:18:47 +02:00
committed by Ignacio Casal
parent d0850241c6
commit 356ffd6729

View File

@@ -627,8 +627,8 @@ vfbAllocateFramebufferMemory(vfbScreenInfoPtr pvfb)
return pvfb->pfbMemory;
}
else
return NULL;
return NULL;
}
static void