X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwim.c;h=2c67ebabb4edf5b267a27f0fb747e6b77aa2dc10;hp=5d5c8fefb3a0dcfa6c0261216b02a0a95ed19f3b;hb=e03410487e77ea4aa8af8ebcf279f4ccbcd9ccba;hpb=00bb6a68b1fe07aae4255a37bdebf8350c43bc17 diff --git a/src/wim.c b/src/wim.c index 5d5c8fef..2c67ebab 100644 --- a/src/wim.c +++ b/src/wim.c @@ -331,7 +331,7 @@ WIMLIBAPI int wimlib_print_metadata(WIMStruct *w, int image) if (!w) return WIMLIB_ERR_INVALID_PARAM; if (w->hdr.part_number != 1) { - ERROR("We cannot show the metadata from part %hu of a %hu-part split WIM", + ERROR("We cannot show the metadata from part %hu of a %hu-part split WIM.", w->hdr.part_number, w->hdr.total_parts); ERROR("Select the first part of the split WIM to see the metadata."); return WIMLIB_ERR_SPLIT_UNSUPPORTED;