git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1362 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2008-12-01 07:59:16 +00:00
parent 1a9192d2ba
commit 9549abb74d
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}
// ---------------