diff options
| author | Philip Kaufmann <[email protected]> | 2013-01-18 15:07:05 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-02-20 08:46:38 +0100 |
| commit | 69e077471434b4eb34ec4574c47f83956c51fa63 (patch) | |
| tree | 83df1009cd502dbae2161a71c2575749ef183938 /src/checkpoints.h | |
| parent | Set CC/CXX properly for gitian build (diff) | |
| download | discoin-69e077471434b4eb34ec4574c47f83956c51fa63.tar.xz discoin-69e077471434b4eb34ec4574c47f83956c51fa63.zip | |
small changes in init, main, checkpoints.h and bitcoin-qt.pro
- remove an unneeded MODAL flag, as MSG_ERROR sets MODAL
- re-order an if-clause in main to have bool checks before a function call
- fix some log messages that used wrong function names
- make a log message use a correct ellipsis
- remove some unneded spaces, brackets and line-breaks
- fix style for adding files in the Qt project
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 70e936564..240bd12fd 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> |