add some braces

This commit is contained in:
Laurent Vivier 2007-09-15 05:26:14 +00:00
parent cdd6ddb62a
commit 920aca763f

View File

@ -28,8 +28,7 @@ int config_find_indexed_property(int8_t *configuration, char *index_name, char *
last_index = index;
index = config_get_next_property(configuration, index,
current_name, property);
if ((name != NULL) && strcmp(name, current_name) == 0)
if ((name != NULL) && (strcmp(name, current_name) == 0))
return last_index;
if ((index_name != NULL) &&