JANITORIAL: Fix ){ -> ) {

This commit is contained in:
Einar Johan Trøan Sømåen 2013-01-24 20:15:13 +01:00
parent 2507b5db8d
commit 5d4d65d6d9
15 changed files with 36 additions and 36 deletions

View file

@ -152,7 +152,7 @@ void InitScalers(uint32 BitFormat) {
g_dotmatrix[12] = g_dotmatrix[14] = format.RGBToColor(63, 63, 63);
}
void DestroyScalers(){
void DestroyScalers() {
#ifdef USE_HQ_SCALERS
free(RGBtoYUV);
RGBtoYUV = 0;