Typo
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1362 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1a9192d2ba
commit
9549abb74d
|
@ -364,8 +364,8 @@ bool SymbolDB::SaveMap(const char *filename, bool WithCodes) const
|
|||
fprintf(f,"%08x %i %20s %s\n", Address,
|
||||
0, Temp.c_str(), debugger->disasm(Address));
|
||||
}
|
||||
}
|
||||
fprintf(f, "\n"); // Write a blank line after each block
|
||||
fprintf(f, "\n"); // Write a blank line after each block
|
||||
}
|
||||
}
|
||||
// ---------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue