altos: Switch all main() to return 'int'
[fw/altos] / src / easymini-v1.0 / ao_easymini.c
index 97230b619eb11d4294c38f856170f9450b6c7670..05b2951f153fde37d900d320c54ca77dbc2a3833 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,7 +19,7 @@
 #include <ao.h>
 #include <ao_exti.h>
 
-void
+int
 main(void)
 {
        ao_clock_init();