# HG changeset patch # User jlarmour # Date 1232250262 0 # Node ID c301264acb039cb146d3351c64431028fa0d6063 # Parent 22602f09ebbd388c95a50120c8f70652f42dc60e * src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Fix silly typo in last change. diff --git a/packages/language/c/libc/stdio/current/ChangeLog b/packages/language/c/libc/stdio/current/ChangeLog --- 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 + + * src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Fix silly + typo in last change. + 2009-01-15 Jonathan Larmour * src/common/fflush.cxx (cyg_libc_stdio_flush_all_but): Ensure the diff --git a/packages/language/c/libc/stdio/current/src/common/fflush.cxx b/packages/language/c/libc/stdio/current/src/common/fflush.cxx --- 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