From 4398827512c7ac58e962ca2495b0b96bf30dbabe Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 22 May 2011 17:56:57 +0000 Subject: Fix for clean PIC32 compile with DEBUG on git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3639 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/stdio/lib_fputs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/lib/stdio') diff --git a/nuttx/lib/stdio/lib_fputs.c b/nuttx/lib/stdio/lib_fputs.c index 39d52493d..a2b132f2f 100644 --- a/nuttx/lib/stdio/lib_fputs.c +++ b/nuttx/lib/stdio/lib_fputs.c @@ -166,4 +166,4 @@ int fputs(FAR const char *s, FAR FILE *stream) } return nput; } -#endif \ No newline at end of file +#endif -- cgit v1.2.3