aboutsummaryrefslogtreecommitdiff
path: root/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'sort.c')
-rw-r--r--sort.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sort.c b/sort.c
index a389f47..cc567fa 100644
--- a/sort.c
+++ b/sort.c
@@ -82,4 +82,3 @@ void vec_free(vec *v) {
static int qsort_strcmp(const void *p1, const void *p2) {
return strcmp(* (char * const *) p1, * (char * const *) p2);
}
-