summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-03-03 09:52:30 +0000
committerRichard Hughes <richard@hughsie.com>2016-03-03 09:52:30 +0000
commit4efe58524c84bc34fc9680485feba7275eaf757d (patch)
tree6ccd8b92ad5cb4ef7d2a6f881c55bf6d85c38701
parent45589e1f9f9990add8c58b6d613112c1536349df (diff)
downloadappstream-glib-4efe58524c84bc34fc9680485feba7275eaf757d.tar.gz
trivial: Fix another compile warning with GCC6
-rw-r--r--libappstream-glib/as-self-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-self-test.c b/libappstream-glib/as-self-test.c
index 1420139..7d528c5 100644
--- a/libappstream-glib/as-self-test.c
+++ b/libappstream-glib/as-self-test.c
@@ -3883,7 +3883,7 @@ as_test_utils_version_func (void)
{ 0xff01, "0.0.65281", AS_VERSION_PARSE_FLAG_USE_TRIPLET },
{ 0xff0001, "0.255.1", AS_VERSION_PARSE_FLAG_USE_TRIPLET },
{ 0xff000100, "255.0.256", AS_VERSION_PARSE_FLAG_USE_TRIPLET },
- { NULL, NULL }
+ { 0, NULL }
};
struct {
const gchar *old;