summaryrefslogtreecommitdiff
path: root/channels/misdn
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-07-14 15:44:07 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-07-14 15:44:07 +0000
commit28534ea921a4109ed9e548b7bccbee0d41ecd04d (patch)
treea02974efdea20c811bacb24f90985da6e7c08cab /channels/misdn
parentc4c3e2f8754dce3e3244a9d0c1305b01e77af48e (diff)
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: https://origsvn.digium.com/svn/asterisk/trunk@130697 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/misdn')
-rw-r--r--channels/misdn/isdn_lib.c2
1 files changed, 1 insertions, 1 deletions
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)