Skip to content

Commit 43044d1

Browse files
committed
fixed trailing comments
1 parent f883294 commit 43044d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5842,7 +5842,7 @@ struct VM {
58425842

58435843
for (DWORD i = 0; i < cnt; ++i) {
58445844
DWORD tblID = otherIDs[i];
5845-
UINT sz = GetSystemFirmwareTable(prov, tblID, nullptr, 0);Add commentMore actions
5845+
UINT sz = GetSystemFirmwareTable(prov, tblID, nullptr, 0);
58465846
if (!sz) continue;
58475847
BYTE* buf = (BYTE*)malloc(sz);
58485848
if (!buf) continue;

0 commit comments

Comments
 (0)