remove spaces

This commit is contained in:
BreadFish64 2018-01-24 10:17:04 -06:00 committed by GitHub
parent 1e54b52edf
commit db3c83fedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public:
setData(GetDefaultIcon(true), Qt::DecorationRole);
return;
}
Loader::SMDH smdh;
memcpy(&smdh, smdh_data.data(), sizeof(Loader::SMDH));