Mark these two structs as const.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 18 Apr 2013 19:36:50 +0000 (22:36 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 18 Apr 2013 19:36:50 +0000 (22:36 +0300)
commita13246a8f94a47ecac84c0662c75ee1c8bfc507a
tree74cb9bcb73829315b173b196084a2aa518f3216b
parent5d6c9f1ef3110a1d97f8cf65065978efa2a052af
Mark these two structs as const.

It's a good habit to mark constants as such. But I'm also hoping that this
would silence Coverity from complaining that ver2str and ver3str might
not fit in 6 bytes.
statement.c