diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-02-23 23:52:27 -0800 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-02-23 23:52:27 -0800 |
commit | 0bd573d6662e2c07fe7afcf55cb926ce9be95644 (patch) | |
tree | 4524cddfead70c76d81f00a27b4a45bacc3419ca /src/checkpoints.h | |
parent | 7ea7c94cf9f4d02bda59e0e12def824714f20d22 (diff) | |
parent | 69e077471434b4eb34ec4574c47f83956c51fa63 (diff) |
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.h | 2 |
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> |