From: John Keeping Date: Sun, 8 Mar 2015 16:32:20 +0000 (+0000) Subject: ui-log: make some variables 'static' X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/3fe509e17a337cbaa300b4b9aa2a248c2d0be873 ui-log: make some variables 'static' These are not used outside this file and are not declared. Signed-off-by: John Keeping --- 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.