Fix pedantic warning.

This commit is contained in:
castano 2012-03-01 03:50:07 +00:00
parent 36772ff869
commit 6ba7878ee6

View File

@ -86,5 +86,5 @@ void initSingleColorLookup()
PrepareOptTable(&OMatch6[0][0], expand6, 64, false);
PrepareOptTable(&OMatchAlpha5[0][0], expand5, 32, true);
PrepareOptTable(&OMatchAlpha6[0][0], expand6, 64, true);
};
}