From e2273f101194de021fc17bff708432ad997d7ee7 Mon Sep 17 00:00:00 2001 From: Ahmad Kazi Date: Fri, 19 May 2017 02:01:28 -0700 Subject: [PATCH] [Trivial] Add BITCOIN_FS_H endif footer in fs.h --- src/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs.h b/src/fs.h index 585cbf9c3..abb4be254 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