Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t7500: use test_config to set/unset git config variables
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index 886ffd8b1e1c9dbb31f3156844790ff98d5ecde3..87b8f145acfce5579b05c5bf0fef6e1865477f9f 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-106,7
+106,7
@@
static void insert_packed_refs(const char *packed_refs, struct ref **list)
return;
for (;;) {
- int cmp
= cmp
, len;
+ int cmp, len;
if (!fgets(buffer, sizeof(buffer), f)) {
fclose(f);