From: Eric Biggers Date: Mon, 26 May 2014 14:35:10 +0000 (-0500) Subject: mount_image.c: Fix comment X-Git-Tag: v1.7.0~91 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=d6760f6a62ba0843df274cece56b32f993e1e6c3 mount_image.c: Fix comment --- diff --git a/src/mount_image.c b/src/mount_image.c index 0e77169c..4feed4c5 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -2097,9 +2097,9 @@ wimlib_mount_image(WIMStruct *wim, int image, const char *dir, ctx.owner_gid = getgid(); /* Add each stream referenced by files in the image to a list and - * preemptively double the number of references to each. The latter is - * done to allow implementing the WIMLIB_UNMOUNT_FLAG_NEW_IMAGE - * semantics. */ + * preemptively double the number of references to each. This is done + * to allow implementing the WIMLIB_UNMOUNT_FLAG_NEW_IMAGE semantics. + */ INIT_LIST_HEAD(&ctx.orig_stream_list); if (mount_flags & WIMLIB_MOUNT_FLAG_READWRITE) { unsigned i;