From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Sun, 8 Mar 2015 16:32:20 +0000 Subject: [PATCH 06/13] ui-log: make some variables 'static' In-Reply-To: References: Message-ID: <96dcabdd30fa091b23d321c7a058535f0e9bf939.1425832129.git.john@keeping.me.uk> These are not used outside this file and are not declared. Signed-off-by: John Keeping --- ui-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.3.1.308.g754cd77