summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-29 22:17:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-29 22:17:06 +0000
commitd8eec36ace6f20f255b285e83fd6667058fd8f63 (patch)
treed5640e9e6af74b1fb080a39b79fc141f6769b3d5
parent0af596b1f19b3345984fefef55dc7831770b1752 (diff)
downloadpx4-nuttx-d8eec36ace6f20f255b285e83fd6667058fd8f63.tar.gz
px4-nuttx-d8eec36ace6f20f255b285e83fd6667058fd8f63.tar.bz2
px4-nuttx-d8eec36ace6f20f255b285e83fd6667058fd8f63.zip
Typo in unused #else
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@583 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/lib/lib_printf.c2
1 files changed, 1 insertions, 1 deletions
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);