]> wimlib.net Git - wimlib/blobdiff - include/wimlib.h
wimlib.h: Fix error in wimlib_get_version() documentation
[wimlib] / 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