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
This commit is contained in:
Tilghman Lesher
2008-07-14 15:44:07 +00:00
parent c4c3e2f875
commit 28534ea921
4 changed files with 57 additions and 57 deletions

View File

@@ -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)