X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fheader.c;fp=src%2Fheader.c;h=c720a5f2af7b0c4b5d8668e1df4bd5d4b6bcb374;hp=e4c6d67c092aa98a1ac3dc71f5cf4ce5090f4a15;hb=416da25d5e76191d7554ea01f14d6ac160528082;hpb=ced16a28e197645a40fa04a54793d117a04526d7 diff --git a/src/header.c b/src/header.c index e4c6d67c..c720a5f2 100644 --- a/src/header.c +++ b/src/header.c @@ -49,8 +49,8 @@ * Reads the header from a WIM file. * * @wim - * WIM to read the header from; @wim->in_fd must be positioned at the - * offset at which to read the header. + * WIM to read the header from. @wim->in_fd must be positioned at the + * beginning of the file. * * @hdr * Structure to read the header into.