[fix] enum value conflicted with existing name

This commit is contained in:
Al
2015-06-23 15:38:59 -05:00
parent 077e7fd5e2
commit 85348e1178
2 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ void gn_postal_code_clear(gn_postal_code_t *self);
void gn_postal_code_destroy(gn_postal_code_t *self);
typedef enum {
GEONAMES_NAME,
GEONAMES_PLACE,
GEONAMES_POSTAL_CODE
} gn_type;