summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.c
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2010-02-16 05:41:06 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2010-02-16 05:41:06 +0000
commitf0ff7729714bb176234a85db28273d0d6b4ea4b3 (patch)
tree0aebdda48c2732dbc46fcd425823ea2f101228fc /xdelta3/xdelta3.c
parentef262b0786a71e26112ec3dd7a5f5aad03c7313d (diff)
Whitespace changes.
Diffstat (limited to 'xdelta3/xdelta3.c')
-rw-r--r--xdelta3/xdelta3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xdelta3/xdelta3.c b/xdelta3/xdelta3.c
index ea9bb19..ed31709 100644
--- a/xdelta3/xdelta3.c
+++ b/xdelta3/xdelta3.c
@@ -2533,7 +2533,8 @@ xd3_getblk (xd3_stream *stream, xoff_t blkno)
2533 ret = stream->getblk (stream, source, blkno); 2533 ret = stream->getblk (stream, source, blkno);
2534 if (ret != 0) 2534 if (ret != 0)
2535 { 2535 {
2536 IF_DEBUG1 (DP(RINT "[getblk] app error: %s\n", xd3_strerror (ret))); 2536 IF_DEBUG1 (DP(RINT "[getblk] app error blkno %"Q"u: %s\n",
2537 blkno, xd3_strerror (ret)));
2537 return ret; 2538 return ret;
2538 } 2539 }
2539 } 2540 }