diff options
Diffstat (limited to 'sys/boot/ficl/unix.c')
-rw-r--r-- | sys/boot/ficl/unix.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/ficl/unix.c b/sys/boot/ficl/unix.c index 4400752..5b56440 100644 --- a/sys/boot/ficl/unix.c +++ b/sys/boot/ficl/unix.c @@ -8,9 +8,9 @@ unsigned long ficlNtohl(unsigned long number) - { - return ntohl(number); - } +{ + return ntohl(number); +} |