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>
Tento commit je obsažen v:
John Keeping 2015-03-08 16:32:20 +00:00 odevzdal Jason A. Donenfeld
rodič eefd5e0aea
revize 3fe509e17a

Zobrazit soubor

@ -12,7 +12,7 @@
#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.