Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix up docs where "--" isn't displayed correctly.
[gitweb.git]
/
patch-delta.c
diff --git
a/patch-delta.c
b/patch-delta.c
index d95f0d9721dd87c0d4aff485e32e0a68623ee5cc..affd4f673d15657306acb74f2446d636a34c4fa5 100644
(file)
--- a/
patch-delta.c
+++ b/
patch-delta.c
@@
-14,7
+14,7
@@
#include "delta.h"
void *patch_delta(void *src_buf, unsigned long src_size,
- void *delta_buf, unsigned long delta_size,
+
const
void *delta_buf, unsigned long delta_size,
unsigned long *dst_size)
{
const unsigned char *data, *top;