Ah, I can fix this. Added extra newline to prevent stupid warning.

This commit is contained in:
qfox 2008-08-11 22:00:52 +00:00
parent 52dc9c1839
commit 475ac06f2a
1 changed files with 1 additions and 1 deletions

View File

@ -925,4 +925,4 @@ void FCEU_CheatSetByte(uint32 A, uint8 V)
CheatRPtrs[A>>10][A]=V;
else if(A < 0x10000)
BWrite[A](A, V);
}
}