summaryrefslogtreecommitdiff
path: root/network/config/bindview/NetCfgAPI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'network/config/bindview/NetCfgAPI.cpp')
-rw-r--r--network/config/bindview/NetCfgAPI.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/config/bindview/NetCfgAPI.cpp b/network/config/bindview/NetCfgAPI.cpp
index 5080bb41..bdbb8e52 100644
--- a/network/config/bindview/NetCfgAPI.cpp
+++ b/network/config/bindview/NetCfgAPI.cpp
@@ -248,7 +248,7 @@ HRESULT HrInstallNetComponent (IN INetCfg *pnc,
{
hr = E_OUTOFMEMORY;
break;
- }
+ }
ZeroMemory(DirWithDrive, (_MAX_DRIVE + _MAX_DIR) * sizeof(WCHAR));
//
@@ -329,7 +329,7 @@ HRESULT HrInstallNetComponent (IN INetCfg *pnc,
{
CoTaskMemFree(DirWithDrive);
DirWithDrive = NULL;
- }
+ }
return hr;
}