summaryrefslogtreecommitdiff
path: root/navit/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/file.c')
-rw-r--r--navit/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/file.c b/navit/file.c
index 6e2b5a330..9ebdc9846 100644
--- a/navit/file.c
+++ b/navit/file.c
@@ -659,7 +659,7 @@ file_data_free(struct file *file, unsigned char *data)
}
int
-file_exists(char *name)
+file_exists(char const *name)
{
struct stat buf;
if (! stat(name, &buf))