Correct filename of files.c in recent Changelog entries.

From-SVN: r125779
This commit is contained in:
Danny Smith 2007-06-17 23:19:09 +00:00
parent 66938a1d5d
commit e1311401df
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
2007-06-17 Danny Smith <dannysmith@users.sourceforge.net
* cppfiles.c (open_file): Correct typo.
* files.c (open_file): Correct typo.
2007-06-16 Vladimir Prus <vladimir@codesourcery.com>
* cppfiles.c (open_file): Prevent the call
* files.c (open_file): Prevent the call
for stat from overwriting errno.
2007-06-09 Vladimir Prus <vladimir@codesourcery.com>
* cppfiles.c (open_file): Account for the
* files.c (open_file): Account for the
fact that on windows, opening a directory gives
EACCES.