all repos — cgit @ 3fe509e17a337cbaa300b4b9aa2a248c2d0be873

a hyperfast web frontend for git written in c

ui-log: make some variables 'static'

These are not used outside this file and are not declared.

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

3fe509e17a337cbaa300b4b9aa2a248c2d0be873

parent

eefd5e0aea23010c3f6667ba30e607e68427f9ad

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

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

@@ -12,7 +12,7 @@ #include "html.h"

#include "ui-shared.h" #include "argv-array.h" -int files, add_lines, rem_lines; +static int files, add_lines, rem_lines; /* * The list of available column colors in the commit graph.