More constness in C variables
authorPino Toscano <ptoscano@redhat.com>
Fri, 15 Sep 2017 14:42:04 +0000 (16:42 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 15 Sep 2017 15:45:28 +0000 (16:45 +0100)
commit8c1d2d318a5b3b5746a5ccac56d9e4512e5e588d
tree9a66cb984ebe9f409a72b9b56c99e8a69526c7f7
parenta467e365dc114868f948b8b5b18e551b42d64ddd
More constness in C variables

Use 'const' where possible, to avoid accidentally changing read-only
variables.
augeas-c.c