From 3ae27c3c9e193b3ed35997fc57b576eeaa527d7c Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 29 Jan 2008 22:17:06 +0000 Subject: [PATCH] Typo in unused #else git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@583 42af7a65-404d-4744-a932-0658087f49c3 --- lib/lib_printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib_printf.c b/lib/lib_printf.c index 0660d22b337..613de7db958 100644 --- a/lib/lib_printf.c +++ b/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);