Removed empty declaration.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 May 2008 18:40:39 +0000 (20:40 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 May 2008 18:40:39 +0000 (20:40 +0200)
src/pazpar2_config.c

index 11cc316..f6baa27 100644 (file)
@@ -176,7 +176,7 @@ int conf_service_metadata_field_id(struct conf_service *service,
     }
    
     return -1;
-};
+}
 
 
 int conf_service_sortkey_field_id(struct conf_service *service,
@@ -193,7 +193,7 @@ int conf_service_sortkey_field_id(struct conf_service *service,
     }
    
     return -1;
-};
+}