From 3d5ffb0eb69968f6885c2d760c7aa766e0aa7673 Mon Sep 17 00:00:00 2001 From: Rafal Jaworowski Date: Thu, 25 Feb 2010 15:30:26 +0000 Subject: [PATCH] Minor style correction. --- sys/boot/uboot/lib/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/uboot/lib/time.c b/sys/boot/uboot/lib/time.c index b7c3fe8ca4da..9083675b75d7 100644 --- a/sys/boot/uboot/lib/time.c +++ b/sys/boot/uboot/lib/time.c @@ -48,7 +48,7 @@ time(time_t *tloc) } int -getsecs() +getsecs(void) { return (time(NULL));