Fixing one of the infamous 'control reaches end of non void function

problems'.
This commit is contained in:
Egbert Eich
2004-10-18 15:19:44 +00:00
parent 7a97d36332
commit 54cffc3fe2

View File

@@ -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)