all repos — cgit @ 0f23d4651c80170574c0ab2f091c0718150631ce

a hyperfast web frontend for git written in c

ui-shared: make cgit_doctype 'static'

This is not used outside this file and is not declared.

Signed-off-by: John Keeping <john@keeping.me.uk>
John Keeping john@keeping.me.uk
Sun, 08 Mar 2015 16:32:22 +0000
commit

0f23d4651c80170574c0ab2f091c0718150631ce

parent

ad74669e67ea08969776e6700ec37323e4935e23

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M ui-shared.cui-shared.c

@@ -11,7 +11,7 @@ #include "ui-shared.h"

#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";