fix non GNUC builds.

* dict.c: fix non GNUC builds.

svn path=/trunk/; revision=3771
diff --git a/dict.c b/dict.c
index 7bee4ce..20bd310 100644
--- a/dict.c
+++ b/dict.c
@@ -889,7 +889,7 @@
 		return(insert->name);
 	}
 #else
-	if ((insert->okey == okey) && (insert->len == len)) &&
+	if ((insert->okey == okey) && (insert->len == len) &&
 	    (!xmlStrncmp(insert->name, name, len)))
 	    return(insert->name);
 #endif