diff options
author | Keith Packard <keithp@keithp.com> | 2019-09-23 12:39:42 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-09-23 12:44:33 -0700 |
commit | 77e6bad5e66023e487430ef31244edaeaef7c606 (patch) | |
tree | 6f6cb1f479a279b6079ccf4abec0fe28f5eebad2 /src/easymini-v2.0/ao_easymini.c | |
parent | 3979c88417fd5512447f5d02cc660522dff5d9d6 (diff) |
altos: Switch all main() to return 'int'
Makes gcc happy
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/easymini-v2.0/ao_easymini.c')
-rw-r--r-- | src/easymini-v2.0/ao_easymini.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easymini-v2.0/ao_easymini.c b/src/easymini-v2.0/ao_easymini.c index 7246cae2..ae80c436 100644 --- a/src/easymini-v2.0/ao_easymini.c +++ b/src/easymini-v2.0/ao_easymini.c @@ -19,7 +19,7 @@ #include <ao.h> #include <ao_exti.h> -void +int main(void) { ao_clock_init(); |