Fixed syntax bug.

This commit is contained in:
n-a-c-h
2004-01-18 09:33:18 +00:00
parent c98b4e57d7
commit 3db12b5c7c

View File

@@ -869,7 +869,7 @@ void clearSPCRAM()
void clearmem2() void clearmem2()
{ {
memset(sram, 0xFF, 16384); memset(sram, 0xFF, 16384);
clearSPCRAM; clearSPCRAM();
} }