Mercurial > ecos
changeset 2717:c301264acb03 before-copyright-change-20090121
* src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Fix silly
typo in last change.
| author | jlarmour |
|---|---|
| date | Sun, 18 Jan 2009 03:44:22 +0000 |
| parents | 22602f09ebbd |
| children | 8891f4f46137 |
| files | packages/language/c/libc/stdio/current/ChangeLog packages/language/c/libc/stdio/current/src/common/fflush.cxx |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/language/c/libc/stdio/current/ChangeLog +++ b/packages/language/c/libc/stdio/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-18 Jonathan Larmour <jifl@eCosCentric.com> + + * src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Fix silly + typo in last change. + 2009-01-15 Jonathan Larmour <jifl@eCosCentric.com> * src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Ensure the
--- a/packages/language/c/libc/stdio/current/src/common/fflush.cxx +++ b/packages/language/c/libc/stdio/current/src/common/fflush.cxx @@ -125,7 +125,7 @@ cyg_libc_stdio_flush_all_but( Cyg_StdioS // We can unlock and relock every loop as we only care // about flushing streams that were open prior to this // call. Any new streams can be ignored. - Cyg_libc_stdio_files::unlock() + Cyg_libc_stdio_files::unlock(); } // if } // for } // do
