summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.c
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2010-01-06 04:05:08 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2010-01-06 04:05:08 +0000
commite7a0eda2519593950a1a0dff77e42d4da9189c3e (patch)
treeb17d5ef1f174eda11501e17a3744fd14c8e610d6 /xdelta3/xdelta3.c
parent299d98b8710ae6e6b84ec78a759d91a15448a8b9 (diff)
Fixes for gcc-4.2 on OS X 10.6, some comment cleanup.
Diffstat (limited to 'xdelta3/xdelta3.c')
-rw-r--r--xdelta3/xdelta3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3.c b/xdelta3/xdelta3.c
index 2231fe1..3a053ed 100644
--- a/xdelta3/xdelta3.c
+++ b/xdelta3/xdelta3.c
@@ -4557,7 +4557,7 @@ xd3_source_extend_match (xd3_stream *stream)
4557 4557
4558 tryrem = min (tryoff, stream->match_maxback - stream->match_back); 4558 tryrem = min (tryoff, stream->match_maxback - stream->match_back);
4559 4559
4560 IF_DEBUG2(DP(RINT "match maxback %u trysrc %"Q"u/%u tgt %u tryrem %u\n", 4560 IF_DEBUG2(DP(RINT "[maxback] maxback %u trysrc %"Q"u/%u tgt %u tryrem %u\n",
4561 stream->match_maxback, tryblk, tryoff, streamoff, tryrem)); 4561 stream->match_maxback, tryblk, tryoff, streamoff, tryrem));
4562 4562
4563 /* TODO: This code can be optimized similar to xd3_match_forward() */ 4563 /* TODO: This code can be optimized similar to xd3_match_forward() */