mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
Fixing one of the infamous 'control reaches end of non void function
problems'.
This commit is contained in:
@@ -321,6 +321,7 @@ static Bool RADEONSetupRenderByteswap(ScrnInfoPtr pScrn, int tex_bytepp)
|
||||
"tex_bytepp == %d!\n", __func__, tex_bytepp);
|
||||
return FALSE;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static void RADEONRestoreByteswap(RADEONInfoPtr info)
|
||||
|
||||
Reference in New Issue
Block a user