Skip to content

Commit bca6aba

Browse files
committed
Merge branch 'jc/set-packet-header-signature-fix'
Code clean-up. * jc/set-packet-header-signature-fix: pkt-line: drop 'const'-ness of a param to set_packet_header()
2 parents 8cbad49 + 56bea28 commit bca6aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkt-line.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ void packet_buf_delim(struct strbuf *buf)
119119
strbuf_add(buf, "0001", 4);
120120
}
121121

122-
void set_packet_header(char *buf, const int size)
122+
void set_packet_header(char *buf, int size)
123123
{
124124
static char hexchar[] = "0123456789abcdef";
125125

0 commit comments

Comments
 (0)