changeset 1910:597cfb985659

Make a global const variable static.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Nov 2017 15:48:02 +0200
parents 8002da562785
children 1e65d3dd91c8
files mkloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mkloc.c	Mon Nov 06 14:53:49 2017 +0200
+++ b/mkloc.c	Mon Nov 06 15:48:02 2017 +0200
@@ -26,7 +26,7 @@
 };
 
 // These must be in lower case
-const char *gmapsModes[GMAPS_LAST] =
+static const char *gmapsModes[GMAPS_LAST] =
 {
     "xml",
     "json",