Skip to content

Commit 0cb4cf3

Browse files
authored
Spacing is hard, sometimes
1 parent 05ab12f commit 0cb4cf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Agent/agent.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ HANDLE WINAPI MyCreateFile(
6969
// lpBaseDir: C:\Program Files (x86)\NCWest
7070
// lpFileSpec: NCLauncher/Message.pak
7171
wchar_t *slash;
72-
while (lstrlen(slash = wcsstr(lpRealFileName, L"/")))
73-
*slash = L'\\';
72+
while (lstrlen(slash = wcsstr(lpRealFileName, L"/")))
73+
*slash = L'\\';
7474

7575
StringCbCopy(lpBaseDir, dwSize, lpRealFileName);
7676
StringCbCopy(lpFileSpec, dwSize, lpRealFileName);

0 commit comments

Comments
 (0)