tests: Fix compiler warning
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 29 Jun 2015 19:14:40 +0000 (20:14 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 29 Jun 2015 19:14:40 +0000 (20:14 +0100)
commit475445e6e0e1388af7c07eedd1fb3c7679e09561
treecba2b083379e4b8dc697acf8efa003b28adada92
parentb25fa8feed42d226b63f4d89ebf4b07041d26181
tests: Fix compiler warning

Use `const gchar * const` to define a const array of const strings, and
initialize the array when declaring it.

https://bugzilla.gnome.org/show_bug.cgi?id=751672
glib/tests/keyfile.c