aboutsummaryrefslogtreecommitdiff
path: root/src/fs.h
diff options
context:
space:
mode:
authorAhmad Kazi <plaxton@users.noreply.github.com>2017-05-19 02:01:28 -0700
committerGitHub <noreply@github.com>2017-05-19 02:01:28 -0700
commit2300a5e13a8e283a21a89064827cb9e0228f1e54 (patch)
treeded168fab63e33d9c23bd6c23abd406ce2e988f0 /src/fs.h
parentea6fde3f1d2694176a657b69fb0eeb5426e6f309 (diff)
downloadbitcoin-2300a5e13a8e283a21a89064827cb9e0228f1e54.tar.xz
[Trivial] Add BITCOIN_FS_H endif footer in fs.h
Diffstat (limited to 'src/fs.h')
-rw-r--r--src/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs.h b/src/fs.h
index 585cbf9c38..abb4be254b 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -21,4 +21,4 @@ namespace fsbridge {
FILE *freopen(const fs::path& p, const char *mode, FILE *stream);
};
-#endif
+#endif // BITCOIN_FS_H