Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsserver: split up long lines in req_{status,diff,log}
[gitweb.git]
/
test-mergesort.c
diff --git
a/test-mergesort.c
b/test-mergesort.c
index 1dd82fd67f78bf2f004a19e97315e71d0fd7c903..3f388b4ce0bde90ff5593b42948338d5b73e8da9 100644
(file)
--- a/
test-mergesort.c
+++ b/
test-mergesort.c
@@
-42,7
+42,7
@@
int main(int argc, const char **argv)
p = line;
}
- lines = mergesort(lines, get_next, set_next, compare_strings);
+ lines =
llist_
mergesort(lines, get_next, set_next, compare_strings);
while (lines) {
printf("%s", lines->text);