]> wimlib.net Git - wimlib/blobdiff - src/win32_apply.c
Don't exclude out-of-tree absolute symlinks in reparse point fix mode
[wimlib] / src / win32_apply.c
index 280f7f541f46f8e3ceae71693a2711b07afec938..842d588e93d8f2dabc2205cac91d9f417ef97a37 100644 (file)
@@ -1476,7 +1476,7 @@ skip_nt_toplevel_component(const wchar_t *path, size_t path_nchars)
  * The path has an explicit length and is not necessarily null terminated.
  *
  * If the path just something like \??\e: then the returned pointer will point
- * just past the colon; in this case the length of the result will be 0
+ * just past the colon.  In this case the length of the result will be 0
  * characters.  */
 static const wchar_t *
 get_device_relative_path(const wchar_t *path, size_t path_nchars)