[Trivial] Add BITCOIN_FS_H endif footer in fs.h

This commit is contained in:
Ahmad Kazi 2017-05-19 02:01:28 -07:00 committed by GitHub
parent ea6fde3f1d
commit 2300a5e13a
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ namespace fsbridge {
FILE *freopen(const fs::path& p, const char *mode, FILE *stream); FILE *freopen(const fs::path& p, const char *mode, FILE *stream);
}; };
#endif #endif // BITCOIN_FS_H