the repository which powers this website
ui-shared: make cgit_doctype 'static'
This is not used outside this file and is not declared. Signed-off-by: John Keeping <[email protected]>
John Keeping 2015-03-09
parent ad74669 · commit 0f23d46
-rw-r--r--ui-shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c
index 6d3cfa9c..d4c4bb91 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -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";