]> Savannah Git Hosting - gnulib.git/commitdiff
base32: fix typo in previous commit
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Oct 2023 21:38:10 +0000 (14:38 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 25 Oct 2023 21:38:10 +0000 (14:38 -0700)
* lib/base32.c (BASE32_INLINE): Rename from BASE64_INLINE.

lib/base32.c

index c1882c13a3b4199dfa16f9b3eec0c4ac91f6332b..2d692a2b3830e3048de20492287217ca2d27a99f 100644 (file)
@@ -40,7 +40,7 @@
 #include <config.h>
 
 /* Get prototype. */
-#define BASE64_INLINE _GL_EXTERN_INLINE
+#define BASE32_INLINE _GL_EXTERN_INLINE
 #include "base32.h"
 
 /* Get imalloc. */