Skip to content

Commit

Permalink
Update Devcon.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Aug 6, 2024
1 parent 3a7b95d commit b22b6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Devcon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ inline bool uninstall_device_and_driver(HDEVINFO hDevInfo, PSP_DEVINFO_DATA spDe
DWORD err = ERROR_SUCCESS;
bool ret = false;

nefarius::util::Newdev newdev;
Newdev newdev;

if (!newdev.fpDiUninstallDevice || !newdev.fpDiUninstallDriverW)
{
Expand Down

0 comments on commit b22b6d8

Please sign in to comment.