]> git.ozlabs.org Git - ccan/blobdiff - ccan/wwviaudio/_info
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / wwviaudio / _info
index 9bb15d84097b40f1709aafa804bbeae138734a87..501ad3d9cd979bb410ea789d5ae3e57076ad05ba 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * wwviaudio - realtime playback and mixing of 16 bit signed PCM audio data.
@@ -37,8 +37,8 @@
  *      wwviaudio_cancel_all_sounds();
  *      wwviaduio_stop_portaudio();
  *
- * License: LGPL (v2.1 or any later version)
- *
+ * Ccanlint: examples_compile FAIL
+ * License: GPL (v2 or any later version)
  */
 int main(int argc, char *argv[])
 {