summaryrefslogtreecommitdiff
path: root/navit/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/command.c')
-rw-r--r--navit/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/command.c b/navit/command.c
index c39aff5b0..9e53e3cff 100644
--- a/navit/command.c
+++ b/navit/command.c
@@ -1191,7 +1191,7 @@ command_evaluate_to_length(const char *expr, int *error)
return 0;
}
-int
+static int
command_evaluate_single(struct context *ctx)
{
struct result res={{0,},},tmp={{0,},};