From 33cea64918bda5ef5ea82e2f4f3eada2716e9f64 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 6 May 2008 20:40:39 +0200 Subject: [PATCH] Removed empty declaration. --- src/pazpar2_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pazpar2_config.c b/src/pazpar2_config.c index 11cc316..f6baa27 100644 --- a/src/pazpar2_config.c +++ b/src/pazpar2_config.c @@ -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; -}; +} -- 1.7.10.4