]> git.cameronkatri.com Git - cgit.git/commit
ui-repolist: make sortcolumn definitions 'static const'
authorJohn Keeping <john@keeping.me.uk>
Sun, 8 Mar 2015 16:32:21 +0000 (16:32 +0000)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 9 Mar 2015 16:39:35 +0000 (17:39 +0100)
commitad74669e67ea08969776e6700ec37323e4935e23
treebcd897715c9d8345e1bff61382689ec7e1812c54
parent3fe509e17a337cbaa300b4b9aa2a248c2d0be873
ui-repolist: make sortcolumn definitions 'static const'

These are not used outside this file and are not declared; they are also
never modified.

Signed-off-by: John Keeping <john@keeping.me.uk>
ui-repolist.c