From 0591c44b8a2fd0746ed71532ba4d081e4433af18 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 18 Jul 2014 09:59:51 +0000 Subject: [PATCH] Move a 'static' before the 'const' --- filters.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filters.c b/filters.c index a384e1b2..4231d2d4 100644 --- a/filters.c +++ b/filters.c @@ -1,4 +1,4 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.185 2014/06/12 13:08:25 fabiankeil Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.186 2014/06/12 13:09:03 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ @@ -2379,7 +2379,7 @@ void apply_url_actions(struct current_action_spec *action, * Invalid syntax is fatal. * *********************************************************************/ -const static struct forward_spec *get_forward_override_settings(struct client_state *csp) +static const struct forward_spec *get_forward_override_settings(struct client_state *csp) { const char *forward_override_line = csp->action->string[ACTION_STRING_FORWARD_OVERRIDE]; char forward_settings[BUFFER_SIZE]; -- 2.39.2