misc. cleanup alignment

This commit is contained in:
michaelangel007 2015-01-02 11:59:49 -08:00
parent ccb5b50f6d
commit 5288623f6e

View File

@ -1027,7 +1027,7 @@ void NTSC_SetVideoStyle() // (int v, int s)
default:
if (half)
{
g_pFunc_ntscMonoPixel = ntscMonoSinglePixel;
g_pFunc_ntscMonoPixel = ntscMonoSinglePixel;
g_pFunc_ntscColorPixel = ntscColorSinglePixel;
}
else {