]> wimlib.net Git - wimlib/blobdiff - src/paths.c
win32_apply.c: fix extraction of empty reparse points
[wimlib] / src / paths.c
index 4d6b4cf8d7f497e245df8ded52a56c42ed376a9b..4b9db67f87ebed18b7404c5864cf676f4fb6c5a4 100644 (file)
 #  include "config.h"
 #endif
 
+#include <string.h>
+
 #include "wimlib.h"
 #include "wimlib/paths.h"
 #include "wimlib/util.h"
 
-#include <string.h>
-
 /* Like the basename() function, but does not modify @path; it just returns a
  * pointer to it.  This assumes the path separator is the
  * OS_PREFERRED_PATH_SEPARATOR.  */
@@ -113,7 +113,7 @@ do_canonicalize_path(const tchar *in, tchar *out)
  *
  * Examples (with WIM_PATH_SEPARATOR == '/'):
  *
- *             => /            [ either NULL or empty string ]
+ *             => /            [ either NULL or empty string ]
  * /           => /
  * \           => /
  * hello       => /hello