From c5b3db1956a3db2446b0310b3a7d59961fe3e089 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Thu, 22 Mar 2012 19:51:16 +0000 Subject: Kill off red blobs in most of main/* Everything still compiled after making these changes, so I assume these whitespace-only changes didn't break anything (and shouldn't have). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360190 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 6dfca7192..d9119c01d 100644 --- a/main/xmldoc.c +++ b/main/xmldoc.c @@ -1996,7 +1996,7 @@ int ast_xmldoc_load_documentation(void) } } if (duplicate || strchr(globbuf.gl_pathv[i], '*')) { - /* skip duplicates as well as pathnames not found + /* skip duplicates as well as pathnames not found * (due to use of GLOB_NOCHECK in xml_pathmatch) */ continue; } -- cgit v1.2.3