Skip to content

Commit 4a158e7

Browse files
committed
fixup! Win32: symlink: add support for symlinks to directories
Fix typo. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 915c2bc commit 4a158e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/mingw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,7 @@ int symlink(const char *target, const char *link)
28232823
return -1;
28242824
}
28252825

2826-
/* over-allocate and fill phantom_smlink_info structure */
2826+
/* over-allocate and fill phantom_symlink_info structure */
28272827
psi = xmalloc(sizeof(struct phantom_symlink_info)
28282828
+ sizeof(wchar_t) * (len + wcslen(wtarget) + 2));
28292829
psi->wlink = (wchar_t *)(psi + 1);

0 commit comments

Comments
 (0)