]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix. Reported by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>.
authorSimon Josefsson <simon@josefsson.org>
Mon, 23 Aug 2004 15:54:00 +0000 (15:54 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 23 Aug 2004 15:54:00 +0000 (15:54 +0000)
src/cfg/platon/str/strdyn.c

index 2883fe4ff7344b29171af3a3712999effb5d1986..cc57672b595560a6ed0bd00e65649bdeb1d28e1f 100644 (file)
@@ -563,7 +563,6 @@ PLATON_FUNC(strdyn_casecompare)(ar, s)
        char *s;
 {
        return PLATON_FUNC(strdyn_casesearch)(ar, s) < 0 ? -1 : 0;
-       return PLATON_FUNC(strdyn_casesearch)(ar, s) < 0 ? -1 : 0;
 }
 
 int