X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fpaths.c;h=4b9db67f87ebed18b7404c5864cf676f4fb6c5a4;hp=4d6b4cf8d7f497e245df8ded52a56c42ed376a9b;hb=8b676e7d340fb8197824745eb387e1d3154e6f60;hpb=3071e89c11d1be71cf45b694432e5908e0c4ded9 diff --git a/src/paths.c b/src/paths.c index 4d6b4cf8..4b9db67f 100644 --- a/src/paths.c +++ b/src/paths.c @@ -23,12 +23,12 @@ # include "config.h" #endif +#include + #include "wimlib.h" #include "wimlib/paths.h" #include "wimlib/util.h" -#include - /* 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