summaryrefslogtreecommitdiff
path: root/navit/map/csv/csv.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/map/csv/csv.h')
-rw-r--r--navit/map/csv/csv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/map/csv/csv.h b/navit/map/csv/csv.h
index 0ea31b18c..c32be1eff 100644
--- a/navit/map/csv/csv.h
+++ b/navit/map/csv/csv.h
@@ -32,13 +32,13 @@ struct map_priv {
GHashTable*qitem_hash;
char* filename;
/*need to write map file on exit*/
- int dirty;
+ int dirty;
int attr_cnt;
enum attr_type *attr_types;
int next_item_idx;
enum item_type item_type;
/*list of quadtree items that have no coord set yet ()*/
- GList* new_items;
+ GList* new_items;
char *charset;
};