From d8eec36ace6f20f255b285e83fd6667058fd8f63 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 29 Jan 2008 22:17:06 +0000 Subject: Typo in unused #else git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@583 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/lib_printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/lib/lib_printf.c') diff --git a/nuttx/lib/lib_printf.c b/nuttx/lib/lib_printf.c index 0660d22b3..613de7db9 100644 --- a/nuttx/lib/lib_printf.c +++ b/nuttx/lib/lib_printf.c @@ -100,7 +100,7 @@ int printf(const char *fmt, ...) # ifdef CONFIG_CPP_HAVE_WARNING # warning "printf has no data sink" # endif -# ret = 0; + ret = 0; #endif va_end(ap); -- cgit v1.2.3