commit 721992f9d87c4c9a6c0590e2b82c6ab52a10c742
Author: Jakob Kramer <[email protected]>
Date:   Mon Mar 23 18:53:38 2015 +0100

    sort: fix syntax error

diff --git a/sort.c b/sort.c
index cea25aa..47434dc 100644
--- a/sort.c
+++ b/sort.c
@@ -128,7 +128,6 @@ parse_flags(char **s, int *flags, int bflag)
                default:
                        return -1;
                }
-       }
 
        return 0;
 }

Reply via email to