X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Futil.h;h=1bf7255dfdd36b1616831134403dc94ed8d91472;hp=75b2171d01e7be6d339c9f0b2c67ea6565121fef;hb=d008ea3376606276a86ed3c972654363eb23f47d;hpb=539a44c96ff65959b2e068c2780d22c5a6061f57 diff --git a/src/util.h b/src/util.h index 75b2171..1bf7255 100644 --- a/src/util.h +++ b/src/util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2009-2010 Satoshi Nakamoto +// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -249,7 +249,7 @@ void runCommand(std::string strCommand); inline std::string i64tostr(int64 n) { - return strprintf("%"PRI64d, n); + return strprintf("%" PRI64d, n); } inline std::string itostr(int n)