diff options
| author | John Keeping | 2015-03-08 16:32:20 +0000 |
|---|---|---|
| committer | Jason A. Donenfeld | 2015-03-09 17:39:20 +0100 |
| commit | 3fe509e17a337cbaa300b4b9aa2a248c2d0be873 (patch) | |
| tree | bdab4b2227e5596785f38ca859d20f88824d1147 | |
| parent | eefd5e0aea23010c3f6667ba30e607e68427f9ad (diff) | |
| download | cgit-3fe509e17a337cbaa300b4b9aa2a248c2d0be873.tar.gz cgit-3fe509e17a337cbaa300b4b9aa2a248c2d0be873.tar.bz2 cgit-3fe509e17a337cbaa300b4b9aa2a248c2d0be873.zip | |
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>
| -rw-r--r-- | ui-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ | |||
| 12 | #include "ui-shared.h" | 12 | #include "ui-shared.h" |
| 13 | #include "argv-array.h" | 13 | #include "argv-array.h" |
| 14 | 14 | ||
| 15 | int files, add_lines, rem_lines; | 15 | static int files, add_lines, rem_lines; |
| 16 | 16 | ||
| 17 | /* | 17 | /* |
| 18 | * The list of available column colors in the commit graph. | 18 | * The list of available column colors in the commit graph. |
