aboutsummaryrefslogtreecommitdiff
path: root/src/rpcprotocol.cpp
diff options
context:
space:
mode:
authorAlan Westbrook <[email protected]>2014-04-05 00:09:56 -0700
committerAlan Westbrook <[email protected]>2014-04-05 00:17:09 -0700
commit30053cfaa3a8ce403438b26638d1d9aacfe3e7ae (patch)
tree8832547e83917de811cc0d378a68205efa0b30b3 /src/rpcprotocol.cpp
parentMerge pull request #417 from leofidus/1.7-uritests (diff)
downloaddiscoin-30053cfaa3a8ce403438b26638d1d9aacfe3e7ae.tar.xz
discoin-30053cfaa3a8ce403438b26638d1d9aacfe3e7ae.zip
Lets get at least dogecoind building
This is an Xcode project and a script to wrangle boost to work on the mac.
Diffstat (limited to 'src/rpcprotocol.cpp')
-rw-r--r--src/rpcprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp
index 87803a4ca..e91f5602f 100644
--- a/src/rpcprotocol.cpp
+++ b/src/rpcprotocol.cpp
@@ -93,7 +93,7 @@ string HTTPReply(int nStatus, const string& strMsg, bool keepalive)
"HTTP/1.1 %d %s\r\n"
"Date: %s\r\n"
"Connection: %s\r\n"
- "Content-Length: %"PRIszu"\r\n"
+ "Content-Length: %" PRIszu"\r\n"
"Content-Type: application/json\r\n"
"Server: dogecoin-json-rpc/%s\r\n"
"\r\n"