From 5fa0b7c277ad400a1029e71d51e83817414129a5 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 15 Jun 2009 17:34:30 +0000 Subject: More 'static' qualifiers on module global variables. The 'pglobal' tool is quite handy indeed :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@200620 f38db490-d61c-443f-a65b-d21fe96a405b --- main/xmldoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/xmldoc.c') diff --git a/main/xmldoc.c b/main/xmldoc.c index 72625ff0e..17a756a27 100644 --- a/main/xmldoc.c +++ b/main/xmldoc.c @@ -1050,7 +1050,7 @@ enum syntaxtype { }; /*! \brief Mapping between type of node and type of syntax to generate. */ -struct strsyntaxtype { +static struct strsyntaxtype { const char *type; enum syntaxtype stxtype; } stxtype[] = { -- cgit v1.2.3