summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--tools/osinfo-query.c8
2 files changed, 5 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 36ed466..362ca31 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,6 +15,7 @@ Patches contributed by:
Matthew Booth <mbooth@redhat.com>
Christophe Fergeau <cfergeau@redhat.com>
Jim Meyering <meyering@redhat.com>
+ Fabiano FidĂȘncio <fabiano@fidencio.org>
...send patches to get your name here...
-- End
diff --git a/tools/osinfo-query.c b/tools/osinfo-query.c
index 9383d03..8c96b62 100644
--- a/tools/osinfo-query.c
+++ b/tools/osinfo-query.c
@@ -71,7 +71,7 @@ static struct OsinfoLabel os_labels[] = {
"Code name", FALSE, 10 },
{ OSINFO_ENTITY_PROP_ID,
"ID", TRUE, 40 },
- { NULL, NULL, 0 },
+ { NULL, NULL, 0, 0},
};
static struct OsinfoLabel platform_labels[] = {
@@ -91,7 +91,7 @@ static struct OsinfoLabel platform_labels[] = {
"Code name", FALSE, 10 },
{ OSINFO_ENTITY_PROP_ID,
"ID", TRUE, 40 },
- { NULL, NULL, 0 },
+ { NULL, NULL, 0, 0 },
};
static struct OsinfoLabel device_labels[] = {
@@ -111,13 +111,13 @@ static struct OsinfoLabel device_labels[] = {
"Bus", TRUE, 8 },
{ OSINFO_ENTITY_PROP_ID,
"ID", TRUE, 40 },
- { NULL, NULL, 0 },
+ { NULL, NULL, 0, 0 },
};
static struct OsinfoLabel deployment_labels[] = {
{ OSINFO_ENTITY_PROP_ID,
"ID", TRUE, 40 },
- { NULL, NULL, 0 },
+ { NULL, NULL, 0, 0 },
};