0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

[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

View file

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