[PATCH 06/13] ui-log: make some variables 'static'

John Keeping john at keeping.me.uk
Sun Mar 8 17:32:20 CET 2015


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

Signed-off-by: John Keeping <john at keeping.me.uk>
---
 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



More information about the CGit mailing list