diff options
Diffstat (limited to 'lib/cleanpath.c')
-rw-r--r-- | lib/cleanpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cleanpath.c b/lib/cleanpath.c index ab6525b..2337869 100644 --- a/lib/cleanpath.c +++ b/lib/cleanpath.c @@ -81,7 +81,7 @@ void cleanpath_filter(struct CleanPath *path, unsigned mode, const char *pattern match = regexec(®ex, path->part[i], 0, NULL, 0) == 0 ? 1 : 0; regfree(®ex); #else - fprintf(stderr, "WARNING: --regex|-r is not implemented on Windows. Using default filter mode.\n") + fprintf(stderr, "WARNING: --regex|-r is not implemented on Windows. Using default filter mode.\n"); #endif break; case CLEANPATH_FILTER_EXACT: |