]> git.ozlabs.org Git - ccan/blobdiff - ccan/tally/_info
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / tally / _info
index 38252edac8a384d56d92d6ddfa852f20d601873b..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;
  *     }
  *
- * Licence: 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[])