]> git.ozlabs.org Git - ccan/blobdiff - ccan/list/list.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / list / list.c
index d876f21e7b06b0bd06a38fdd89b5b35ff6d62d31..2717fa3f17e5ac1e4cbf1d42f48e719ffd43e6a5 100644 (file)
@@ -1,3 +1,4 @@
+/* Licensed under BSD-MIT - see LICENSE file for details */
 #include <stdio.h>
 #include <stdlib.h>
 #include "list.h"