diff options
author | Ahmad Kazi <plaxton@users.noreply.github.com> | 2017-05-19 02:01:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-19 02:01:28 -0700 |
commit | 2300a5e13a8e283a21a89064827cb9e0228f1e54 (patch) | |
tree | ded168fab63e33d9c23bd6c23abd406ce2e988f0 /src/fs.h | |
parent | ea6fde3f1d2694176a657b69fb0eeb5426e6f309 (diff) |
[Trivial] Add BITCOIN_FS_H endif footer in fs.h
Diffstat (limited to 'src/fs.h')
-rw-r--r-- | src/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,4 +21,4 @@ namespace fsbridge { FILE *freopen(const fs::path& p, const char *mode, FILE *stream); }; -#endif +#endif // BITCOIN_FS_H |