summaryrefslogtreecommitdiff
path: root/navit/maptype.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/maptype.h')
-rw-r--r--navit/maptype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/maptype.h b/navit/maptype.h
index 7ebf233b6..d2b86a51b 100644
--- a/navit/maptype.h
+++ b/navit/maptype.h
@@ -26,7 +26,7 @@ enum projection;
struct maptype {
char *name;
struct map_priv *(*map_new)(struct map_methods *meth, char *data, char **charset, enum projection *pro);
- struct maptype *next;
+ struct maptype *next;
};
/* prototypes */