From: Eric Biggers Date: Sun, 3 Mar 2013 20:14:46 +0000 (-0600) Subject: begin_read(): Fix comment X-Git-Tag: v1.2.6~25 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=71ac0d27d857d6de96d231fa41f4008f5654a998;ds=sidebyside begin_read(): Fix comment --- diff --git a/src/wim.c b/src/wim.c index 915e036d..23858d69 100644 --- a/src/wim.c +++ b/src/wim.c @@ -515,7 +515,7 @@ static int begin_read(WIMStruct *w, const char *in_wim_path, int open_flags, return ret; /* Make sure all the expected images were found. (We already have - * returned false if *extra* images were found) */ + * returned WIMLIB_ERR_IMAGE_COUNT if *extra* images were found) */ if (w->current_image != w->hdr.image_count && w->hdr.part_number == 1) {