aboutsummaryrefslogtreecommitdiffstats
path: root/ui-log.c
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2015-03-08 16:32:20 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2015-03-09 17:39:20 +0100
commit3fe509e17a337cbaa300b4b9aa2a248c2d0be873 (patch)
treebdab4b2227e5596785f38ca859d20f88824d1147 /ui-log.c
parenteefd5e0aea23010c3f6667ba30e607e68427f9ad (diff)
downloadpkg-cgit-3fe509e17a337cbaa300b4b9aa2a248c2d0be873.zip
pkg-cgit-3fe509e17a337cbaa300b4b9aa2a248c2d0be873.tar.gz
pkg-cgit-3fe509e17a337cbaa300b4b9aa2a248c2d0be873.tar.bz2
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>
Diffstat (limited to 'ui-log.c')
-rw-r--r--ui-log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-log.c b/ui-log.c
index 1b60591..32b4c47 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -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.