Fix switch label
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Dec 2009 09:49:49 +0000 (10:49 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Dec 2009 09:49:49 +0000 (10:49 +0100)
src/rpn2cql.c

index f94860d..e133bec 100644 (file)
@@ -82,7 +82,7 @@ static const char *lookup_relation_index_from_attr(Z_AttributeList *attributes)
                     case 102: 
                         /* relevance is supported in CQL, but not implemented yet */
                         return 0; 
-                otherwise: 
+                default:
                         /* Invalid relation */
                         return 0;
                 }