From c934009688f1860215c43bc115cbb02f914e9bb9 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 15 Nov 2014 10:13:00 -0600 Subject: [PATCH] wimlib.h: Fix error in wimlib_get_version() documentation --- include/wimlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wimlib.h b/include/wimlib.h index 93010012..e27de447 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -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 ((WIMLIB_MAJOR_VERSION - * << 22) | (WIMLIB_MINOR_VERSION << 10) | WIMLIB_PATCH_VERSION) for the + * << 20) | (WIMLIB_MINOR_VERSION << 10) | WIMLIB_PATCH_VERSION) for the * corresponding header file. */ extern uint32_t -- 2.43.0