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/telefireone-v1.0/ao_telefireone.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/telefireone-v1.0/ao_telefireone.c')
-rw-r--r-- | src/telefireone-v1.0/ao_telefireone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telefireone-v1.0/ao_telefireone.c b/src/telefireone-v1.0/ao_telefireone.c index 7340e0f3..d9c6586c 100644 --- a/src/telefireone-v1.0/ao_telefireone.c +++ b/src/telefireone-v1.0/ao_telefireone.c @@ -35,7 +35,7 @@ const struct ao_cmds ao_firetwo_cmds[] = { { 0, NULL }, }; -void +int main(void) { ao_clock_init(); |