svn path=/trunk/; revision=20401
This commit is contained in:
Tor Lillqvist 2008-06-16 13:44:23 +00:00
parent eea4913dd7
commit 5b14804b88

View File

@ -403,7 +403,7 @@
Bug 536990 - updateiconcache.c: 'close ()' is redundant
* gtk/updateiconcache.c (build_cache): Drop redundant close()
calls. fclose() on a fdopen()ed strema closes the underlying file
calls. fclose() on a fdopen()ed stream closes the underlying file
descriptor.
2008-06-06 Matthias Clasen <mclasen@redhat.com>