Fix open_buffered_file

This commit is contained in:
vitaut
2015-07-08 07:48:54 -07:00
parent b6c1c9233a
commit f3bef7ac92
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ void increment(char *s);
std::string get_system_error(int error_code);
extern const char *FILE_CONTENT;
extern const char *const FILE_CONTENT;
// Opens a buffered file for reading.
fmt::BufferedFile open_buffered_file(FILE **fp = 0);