]> git.ozlabs.org Git - ccan/commitdiff
ttxml: added drop static keyword
authorDaniel Burke <dan.p.burke@gmail.com>
Mon, 5 Sep 2011 07:46:50 +0000 (17:16 +0930)
committerDaniel Burke <dan.p.burke@gmail.com>
Mon, 5 Sep 2011 07:46:50 +0000 (17:16 +0930)
ccan/ttxml/ttxml.c

index f9d00ef4b63f61bf63294baf8d523cd9640f8545..4e1cbbd4d2bac4841fcc0a631570ef9cbde95742 100644 (file)
@@ -64,7 +64,7 @@ void xml_free(XmlNode *target)
 /* Raise flags if we have a character of special meaning.\r
  * This is where I've hidden the switch statements :-p\r
  */\r
-int is_special(char item)\r
+static int is_special(char item)\r
 {\r
        if((item >= 'a' && item <= 'z') || (item >= 'A' && item <='Z'))\r
                return XML_LETTER;\r