From 22e3986f8e05a49f5ebd6ad00bf4d6ab546cdac2 Mon Sep 17 00:00:00 2001 From: tilghman Date: Mon, 14 Jul 2008 15:44:07 +0000 Subject: Swap "static" and "const", so that "static" appears at the beginning of each declaration (suppresses a warning). (closes issue #13070) Reported by: gknispel_proformatique Patches: asterisk_trunk_const_static.patch uploaded by gknispel (license 261) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@130697 f38db490-d61c-443f-a65b-d21fe96a405b --- channels/misdn/isdn_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels/misdn') diff --git a/channels/misdn/isdn_lib.c b/channels/misdn/isdn_lib.c index 49ea6361f..df963eec8 100644 --- a/channels/misdn/isdn_lib.c +++ b/channels/misdn/isdn_lib.c @@ -3964,7 +3964,7 @@ void misdn_lib_nt_keepcalls( int kc) void misdn_lib_nt_debug_init( int flags, char *file ) { - int static init=0; + static int init=0; char *f; if (!flags) -- cgit v1.2.3