X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fupdate_image.c;h=eb848e361b96fe2203712ce1e686b98b869806ac;hp=8f981ec640def7e1095246b1be3b9e763703f1e3;hb=4f433755e8f9ef79dbb4699430d047f74e338e82;hpb=316a01ab8a1e418a095c72e235281d89cc51f513 diff --git a/src/update_image.c b/src/update_image.c index 8f981ec6..eb848e36 100644 --- a/src/update_image.c +++ b/src/update_image.c @@ -88,13 +88,13 @@ do_overlay(struct wim_dentry *target, struct wim_dentry *branch) /* Attach or overlay a branch onto the WIM image. * * @root_p: - * Pointer to the root of the WIM image, or pointer to NULL if it has not - * been created yet. + * Pointer to the root of the WIM image, or pointer to NULL if it has not + * been created yet. * @branch - * Branch to add. + * Branch to add. * @target_path: - * Path in the WIM image to add the branch, with leading and trailing - * slashes stripped. + * Path in the WIM image to add the branch, with leading and trailing + * slashes stripped. */ static int attach_branch(struct wim_dentry **root_p, struct wim_dentry *branch,