Skip to content

Commit

Permalink
typo 2
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
offhub authored Nov 22, 2024
1 parent 894e203 commit accfc87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SandboxiePlus/SandMan/Helpers/StorageInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ std::list<SVolumeInfo> ListAllVolumes()
info.mountPoints.push_back(mountPoint);
}

volumeName[wcslen(volumeName) - 1] = 0; // strip tailing L'\\'
volumeName[wcslen(volumeName) - 1] = 0; // strip trailing L'\\'

info.deviceName = QueryLinkTarget(volumeName);

Expand Down Expand Up @@ -304,4 +304,4 @@ std::map<std::wstring, SDriveInfo> ListAllDrives()
}

return drives;
}
}

0 comments on commit accfc87

Please sign in to comment.