]> git.cameronkatri.com Git - cgit.git/commitdiff
ui-shared: make cgit_doctype 'static'
authorJohn Keeping <john@keeping.me.uk>
Sun, 8 Mar 2015 16:32:22 +0000 (16:32 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 9 Mar 2015 16:39:48 +0000 (17:39 +0100)
This is not used outside this file and is not declared.

Signed-off-by: John Keeping <john@keeping.me.uk>
ui-shared.c

index 6d3cfa9c5101c1d766795ff4cb2cc23a6ad06767..d4c4bb91c6aeca8993f5f492f6392e86496c401d 100644 (file)
@@ -11,7 +11,7 @@
 #include "cmd.h"
 #include "html.h"
 
-const char cgit_doctype[] =
+static const char cgit_doctype[] =
 "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"\n"
 "  \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";