]> wimlib.net Git - wimlib/blobdiff - src/dentry.c
Make some declarations formatted the same as the definitions
[wimlib] / src / dentry.c
index 49c0cdf14784337e49b289b298eb4bff198ee251..a45bdf89522dfc0d3a2d7c84e8a9ee3c6873d519 100644 (file)
@@ -666,10 +666,10 @@ struct wim_dentry *
 get_dentry_child_with_utf16le_name(const struct wim_dentry *dentry,
                                   const utf16lechar *name,
                                   size_t name_nbytes,
-                                  CASE_SENSITIVITY_TYPE case_ctype)
+                                  CASE_SENSITIVITY_TYPE case_type)
 {
        const struct wim_inode *dir = dentry->d_inode;
-       bool ignore_case = will_ignore_case(case_ctype);
+       bool ignore_case = will_ignore_case(case_type);
        struct wim_dentry dummy;
        struct wim_dentry *child;