Formatting.

This commit is contained in:
Dr. Chat
2015-09-25 18:46:50 -05:00
parent c150552b9c
commit c33e95981b
3 changed files with 5 additions and 4 deletions

View File

@@ -507,7 +507,7 @@ void UserModule::Dump() {
case XEX_HEADER_LAN_KEY: {
sb.AppendFormat(" XEX_HEADER_LAN_KEY:");
auto opt_lan_key =
reinterpret_cast<const xex2_opt_lan_key*>(opt_header_ptr);
reinterpret_cast<const xex2_opt_lan_key*>(opt_header_ptr);
for (int l = 0; l < 16; l++) {
sb.AppendFormat(" %.2X", opt_lan_key->key[l]);