diff --git a/lib/stdio/lib_fprintf.c b/lib/stdio/lib_fprintf.c index 4ebb3d7d2d..a803de4bd0 100644 --- a/lib/stdio/lib_fprintf.c +++ b/lib/stdio/lib_fprintf.c @@ -1,8 +1,8 @@ /**************************************************************************** * lib/stdio/lib_fprintf.c * - * Copyright (C) 2007, 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2007, 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/lib/stdio/lib_libfflush.c b/lib/stdio/lib_libfflush.c index ddfc6c8ff6..5da9c763df 100644 --- a/lib/stdio/lib_libfflush.c +++ b/lib/stdio/lib_libfflush.c @@ -1,7 +1,7 @@ /**************************************************************************** * lib/stdio/lib_libfflush.c * - * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. + * Copyright (C) 2007-2008, 2011-2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -108,7 +108,7 @@ ssize_t lib_fflush(FAR FILE *stream, bool bforce) #if CONFIG_STDIO_BUFFER_SIZE > 0 FAR const unsigned char *src; ssize_t bytes_written; - size_t nbuffer; + ssize_t nbuffer; /* Return EBADF if the file is not opened for writing */ diff --git a/lib/stdio/lib_printf.c b/lib/stdio/lib_printf.c index d24355f40f..50db06c475 100644 --- a/lib/stdio/lib_printf.c +++ b/lib/stdio/lib_printf.c @@ -1,8 +1,8 @@ /**************************************************************************** * lib/stdio/lib_printf.c * - * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2007-2008, 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions