base64: fix recent compilation regression on some compilers
[gnulib.git] / ChangeLog
index 21659ea..4765a7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-11-29  RV1971  <rv1971@web.de>
+
+       base64: (trivial) fix compilation regression on some compilers
+       * lib/base64.c: Don't return the void function,
+       instead split to a separate return statement.
+
 2013-11-28  Paul Eggert  <eggert@cs.ucla.edu>
 
        ignore-value: revert previous code change