From 71dd15704489306788703f67dac59f4814c34efe Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 21 Apr 2006 07:45:57 +0000 Subject: MFp4: formatting nits and minor style changes that likely won't matter. --- sys/boot/arm/at91/boot0/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot') diff --git a/sys/boot/arm/at91/boot0/main.c b/sys/boot/arm/at91/boot0/main.c index 00073d1..4bc7fc6 100644 --- a/sys/boot/arm/at91/boot0/main.c +++ b/sys/boot/arm/at91/boot0/main.c @@ -28,7 +28,7 @@ #include "lib.h" #include "at91rm9200_lowlevel.h" -typedef void fn_t(void); +typedef void fn_t(void); int main(void) @@ -39,5 +39,5 @@ main(void) while (xmodem_rx(addr) == -1) continue; fn(); - return (1); + return (0); } -- cgit v1.1