From 2f2e7ac94c86ced957a0232e368985ba8c8f59e7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 6 Apr 2009 15:31:41 -0400 Subject: Clean up a lot of warnings in Collection and INI parser --- common/ini/ini_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/ini/ini_config.h') diff --git a/common/ini/ini_config.h b/common/ini/ini_config.h index 8bf7373bd..21b912b92 100644 --- a/common/ini/ini_config.h +++ b/common/ini/ini_config.h @@ -105,7 +105,7 @@ void print_config_parsing_errors(FILE *file, /* File t int get_config_item(const char *section, /* Section. If NULL assumed default */ const char *name, /* Name of the property to look up */ struct collection_item *ini_config, /* Collection to search */ - struct collection_item **item); /* Item returned. Will be NULL is not found. / + struct collection_item **item); /* Item returned. Will be NULL is not found. */ /* Convertion functions for the configuration item. * Sets error to EINVAL if the item is bad. -- cgit