Skip to content

Commit

Permalink
Make linter happier.
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSanchez committed Feb 28, 2018
1 parent 55ceb6e commit afac78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serialport_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ void getSerialNumber(const char *vid,
&deviceInfoData,
&DEVPKEY_Device_ContainerId,
&ulPropertyType,
reinterpret_cast<BYTE*>szWUuidBuffer,
reinterpret_cast<BYTE*>(szWUuidBuffer),
sizeof(szWUuidBuffer),
&dwSize,
0)) {
Expand Down

0 comments on commit afac78f

Please sign in to comment.