version.c: Mark version_git() as const.
authorAndre Noll <maan@systemlinux.org>
Mon, 1 Jul 2013 19:02:56 +0000 (21:02 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 1 Jul 2013 19:02:56 +0000 (21:02 +0200)
Fixes the following warning on gcc-4.8.1:

version.c:13:13: warning: function might be candidate for attribute 'const' [-Wsuggest-attribute=const]


No differences found