]> wimlib.net Git - wimlib/blobdiff - src/capture_common.c
wimlib-imagex: Allow specifying LZMS compression
[wimlib] / src / capture_common.c
index 967d58eb53efc7987dbf84278a2f6c3b9b24929f..28a830fa426ee726cac6af5754eaa95aebc8249f 100644 (file)
@@ -167,7 +167,7 @@ match_pattern(const tchar *path,
                 * replacement function in win32.c. */
                if (fnmatch(pat, string, FNM_PATHNAME | FNM_NOESCAPE
                                #ifdef FNM_CASEFOLD
-                                       | FNM_CASEFOLD
+                                       | FNM_CASEFOLD
                                #endif
                            ) == 0)
                {