aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libc/stdio/lib_printf.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 16:34:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-10 16:34:46 +0000
commit5b5b007db3961ef389227030f3490becca6b11c3 (patch)
tree57bc8ad99b79a25acae788f26a6f2b8a4d3789fc /nuttx/libc/stdio/lib_printf.c
parent6d8270ffc52370931aa7a0ac985078ea10718457 (diff)
downloadpx4-firmware-5b5b007db3961ef389227030f3490becca6b11c3.tar.gz
px4-firmware-5b5b007db3961ef389227030f3490becca6b11c3.tar.bz2
px4-firmware-5b5b007db3961ef389227030f3490becca6b11c3.zip
OK.. I think the directory has been recovered and renamed
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libc/stdio/lib_printf.c')
-rw-r--r--nuttx/libc/stdio/lib_printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/stdio/lib_printf.c b/nuttx/libc/stdio/lib_printf.c
index 50db06c47..0e90c7ca5 100644
--- a/nuttx/libc/stdio/lib_printf.c
+++ b/nuttx/libc/stdio/lib_printf.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * lib/stdio/lib_printf.c
+ * libc/stdio/lib_printf.c
*
* Copyright (C) 2007-2008, 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>