From 2300a5e13a8e283a21a89064827cb9e0228f1e54 Mon Sep 17 00:00:00 2001 From: Ahmad Kazi Date: Fri, 19 May 2017 02:01:28 -0700 Subject: [Trivial] Add BITCOIN_FS_H endif footer in fs.h --- src/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs.h') 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 -- cgit v1.2.3