From 7e820ce03b73b1fd1620c810afb2c9a3c8e3fda9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 7 Jul 2011 21:55:16 +0000 Subject: Fix some typos in comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3752 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/time/lib_time.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nuttx/lib') diff --git a/nuttx/lib/time/lib_time.c b/nuttx/lib/time/lib_time.c index 0ddd7993f..02853132b 100644 --- a/nuttx/lib/time/lib_time.c +++ b/nuttx/lib/time/lib_time.c @@ -100,8 +100,9 @@ time_t time(time_t *tloc) { *tloc = tp.tv_sec; } + return tp.tv_sec; - } + } return (time_t)ERROR; } -- cgit v1.2.3