Skip to content

Commit

Permalink
small comment to bump ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSmoer committed Aug 21, 2023
1 parent e5ea7f2 commit 7960dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/windows/list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ bool GetDetailData(DeviceDescriptor* device,
device->error = "Couldn't SetupDiGetDeviceInterfaceDetailW: Error " +
std::to_string(errorCode);
result = false;
//TOOD is it right to break here?
break;
}
FILETIME filetime;
Expand Down

0 comments on commit 7960dc5

Please sign in to comment.