summaryrefslogtreecommitdiff
path: root/sorters.c
diff options
context:
space:
mode:
Diffstat (limited to 'sorters.c')
-rw-r--r--sorters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sorters.c b/sorters.c
index 2e9acc9..ffa9e7a 100644
--- a/sorters.c
+++ b/sorters.c
@@ -11,6 +11,7 @@ const struct sorter sorters[] = {
{ .name = "wikisort", .func = wikisort },
{ .name = "wikisort (ref)", .func = wikisort_ref },
{ .name = "grailsort", .func = grailsort },
+ { .name = "grailsort (ref)", .func = grailsort_ref },
{ 0 }
};