summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-23 15:54:00 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-23 15:54:00 +0000
commit16d9536ffc8a0a0bb1409fc78464a291f128caaf (patch)
tree8be9e5bcdd2ce042b9f784df2c6a48546cc680a2
parent4f886f58fa424993a44645e5575be6cc1a8466c7 (diff)
downloadgnutls-16d9536ffc8a0a0bb1409fc78464a291f128caaf.tar.gz
Fix. Reported by Dimitri Papadopoulos-Orfanos <papadopo@shfj.cea.fr>.
-rw-r--r--src/cfg/platon/str/strdyn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cfg/platon/str/strdyn.c b/src/cfg/platon/str/strdyn.c
index 2883fe4ff7..cc57672b59 100644
--- a/src/cfg/platon/str/strdyn.c
+++ b/src/cfg/platon/str/strdyn.c
@@ -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