aboutsummaryrefslogtreecommitdiff
path: root/src/checkpoints.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-02-23 23:52:27 -0800
committerWladimir J. van der Laan <laanwj@gmail.com>2013-02-23 23:52:27 -0800
commit0bd573d6662e2c07fe7afcf55cb926ce9be95644 (patch)
tree4524cddfead70c76d81f00a27b4a45bacc3419ca /src/checkpoints.h
parent7ea7c94cf9f4d02bda59e0e12def824714f20d22 (diff)
parent69e077471434b4eb34ec4574c47f83956c51fa63 (diff)
downloadbitcoin-0bd573d6662e2c07fe7afcf55cb926ce9be95644.tar.xz
Merge pull request #2186 from Diapolo/misc_stuff
small changes in init, main, checkpoints.h and bitcoin-qt.pro
Diffstat (limited to 'src/checkpoints.h')
-rw-r--r--src/checkpoints.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/checkpoints.h b/src/checkpoints.h
index dcfb44e10f..3d56885556 100644
--- a/src/checkpoints.h
+++ b/src/checkpoints.h
@@ -2,7 +2,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CHECKPOINT_H
-#define BITCOIN_CHECKPOINT_H
+#define BITCOIN_CHECKPOINT_H
#include <map>