]> git.ozlabs.org Git - ccan/blobdiff - ccan/tally/_info
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tally / _info
index 1d67274f5c276eb2934c3256f16237f6e0a9b763..c75897c64452c1b191f7a160c9492929026fb16a 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * tally - running tally of integers
@@ -40,7 +40,7 @@
  *             return 0;
  *     }
  *
- * License: LGPL (3 or any later version)
+ * License: LGPL (v3 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])