Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/archive-zip-double-assignment-fix'
[gitweb.git]
/
test-mergesort.c
diff --git
a/test-mergesort.c
b/test-mergesort.c
index 3f388b4ce0bde90ff5593b42948338d5b73e8da9..ea3b959e94ff6f53726d4fce955bca1181a3be07 100644
(file)
--- a/
test-mergesort.c
+++ b/
test-mergesort.c
@@
-22,7
+22,7
@@
static int compare_strings(const void *a, const void *b)
return strcmp(x->text, y->text);
}
-int main(int argc, c
onst c
har **argv)
+int main(int argc, char **argv)
{
struct line *line, *p = NULL, *lines = NULL;
struct strbuf sb = STRBUF_INIT;