skia2/tools/bookmaker
Greg Kaiser 4dbaafa75b bookmaker: Remove fflush() on closed file
fflush() requires an open file handle, so it shouldn't be called
right after fclose().  And fclose() performs an fflush(), by
definition (see http://man7.org/linux/man-pages/man3/fclose.3.html ),
so we can remove this fflush() call altogether.

Change-Id: I8fbdd5a85b3cdb5edfdabbd5dca449ea1d4fce2d
Reviewed-on: https://skia-review.googlesource.com/c/191321
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-11 18:00:22 +00:00
..
bmhParser.cpp Update bookmaker 2018-11-29 18:17:30 +00:00
bmhParser.h Update bookmaker 2018-11-29 18:17:30 +00:00
bookmaker.cpp Update bookmaker 2018-11-29 18:17:30 +00:00
bookmaker.h bookmaker does deprecated 2018-11-15 14:08:45 +00:00
cataloger.cpp Convert bookmaker to SkJSON 2019-02-06 15:08:32 +00:00
definition.cpp Update bookmaker 2018-11-29 18:17:30 +00:00
definition.h bookmaker error handling 2018-11-16 20:30:18 +00:00
fiddleParser.cpp Convert bookmaker to SkJSON 2019-02-06 15:08:32 +00:00
fiddleParser.h refactor bookmaker 2018-11-01 13:58:32 +00:00
hackParser.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
includeParser.cpp Convert bookmaker to SkJSON 2019-02-06 15:08:32 +00:00
includeParser.h Update bookmaker 2018-11-29 18:17:30 +00:00
includeWriter.cpp bookmaker: Remove fflush() on closed file 2019-02-11 18:00:22 +00:00
includeWriter.h refactor bookmaker 2018-11-01 13:58:32 +00:00
mdOut.cpp bookmaker: Remove fflush() on closed file 2019-02-11 18:00:22 +00:00
mdOut.h Update bookmaker 2018-11-29 18:17:30 +00:00
parserCommon.cpp bookmaker: Remove fflush() on closed file 2019-02-11 18:00:22 +00:00
parserCommon.h Convert bookmaker to SkJSON 2019-02-06 15:08:32 +00:00
selfCheck.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
selfCheck.h refactor bookmaker 2018-11-01 13:58:32 +00:00
spellCheck.cpp bookmaker does deprecated 2018-11-15 14:08:45 +00:00
textParser.cpp Update bookmaker 2018-11-29 18:17:30 +00:00
textParser.h Fix occurrences of "-Wextra-semi-stmt" 2018-11-30 23:23:09 +00:00