1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

MFp4: formatting nits and minor style changes that likely won't matter.

This commit is contained in:
Warner Losh 2006-04-21 07:45:57 +00:00
parent acc47bab5b
commit 9b062675f0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157926

View File

@ -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);
}