Merge #10432: [Trivial] Add BITCOIN_FS_H endif footer in fs.h
2300a5e
[Trivial] Add BITCOIN_FS_H endif footer in fs.h (Ahmad Kazi)
Tree-SHA512: fd56c5c78c12db74baeef93186b59814ac626beeecfad5db852ab8eaad8e71f7f47d64590bcdd9052cc9e97f4531ba90c1f66f0f9e6517d2f956d622803111df
This commit is contained in:
commit
993a1d710e
1 changed files with 1 additions and 1 deletions
2
src/fs.h
2
src/fs.h
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue