diff options
| author | Stephen Gallagher <sgallagh@redhat.com> | 2009-04-06 15:31:41 -0400 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-04-06 15:59:21 -0400 |
| commit | 8fc0b32ffa899a5cf33bee498388ed452042ccd2 (patch) | |
| tree | 99de838b63ea8a2d08d7223cf6be935fa36f2c2a /ini/ini_config.h | |
| parent | e54786d970c3a4643644b99f7b5f0d4332d7db5d (diff) | |
| download | ding-libs-8fc0b32ffa899a5cf33bee498388ed452042ccd2.tar.gz ding-libs-8fc0b32ffa899a5cf33bee498388ed452042ccd2.tar.xz ding-libs-8fc0b32ffa899a5cf33bee498388ed452042ccd2.zip | |
Clean up a lot of warnings in Collection and INI parser
Diffstat (limited to 'ini/ini_config.h')
| -rw-r--r-- | ini/ini_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ini/ini_config.h b/ini/ini_config.h index 8bf7373..21b912b 100644 --- a/ini/ini_config.h +++ b/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. |
