Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
remote: add promisor and partial clone config to the doc
[gitweb.git]
/
pkt-line.c
diff --git
a/pkt-line.c
b/pkt-line.c
index c9ed780d0be02aa111786d500cd4eea2cc7ccd25..a0e87b1e81408e17b4bb8e99bc162b6e7bce4012 100644
(file)
--- a/
pkt-line.c
+++ b/
pkt-line.c
@@
-119,7
+119,7
@@
void packet_buf_delim(struct strbuf *buf)
strbuf_add(buf, "0001", 4);
}
-void set_packet_header(char *buf,
const
int size)
+void set_packet_header(char *buf, int size)
{
static char hexchar[] = "0123456789abcdef";