From e0ae1a7f324d6b9462735273bc5a2848c712f883 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 25 Oct 2023 14:38:10 -0700 Subject: [PATCH] base32: fix typo in previous commit * lib/base32.c (BASE32_INLINE): Rename from BASE64_INLINE. --- lib/base32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base32.c b/lib/base32.c index c1882c13a3..2d692a2b38 100644 --- a/lib/base32.c +++ b/lib/base32.c @@ -40,7 +40,7 @@ #include /* Get prototype. */ -#define BASE64_INLINE _GL_EXTERN_INLINE +#define BASE32_INLINE _GL_EXTERN_INLINE #include "base32.h" /* Get imalloc. */ -- 2.39.5