]> wimlib.net Git - wimlib/commitdiff
wimlib.h: Fix error in wimlib_get_version() documentation
authorEric Biggers <ebiggers3@gmail.com>
Sat, 15 Nov 2014 16:13:00 +0000 (10:13 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 15 Nov 2014 16:13:04 +0000 (10:13 -0600)
include/wimlib.h

index 93010012a2c094272e44aa6af7052ee44e6a7767..e27de4470d47ddbb7c836842242ab81ac2c43346 100644 (file)
@@ -3183,7 +3183,7 @@ wimlib_get_image_name(const WIMStruct *wim, int image);
  * bits contain the patch version.
  *
  * In other words, the returned value is equal to <code>((WIMLIB_MAJOR_VERSION
- * << 22) | (WIMLIB_MINOR_VERSION << 10) | WIMLIB_PATCH_VERSION)</code> for the
+ * << 20) | (WIMLIB_MINOR_VERSION << 10) | WIMLIB_PATCH_VERSION)</code> for the
  * corresponding header file.
  */
 extern uint32_t