From 6d36a236d2361cc7f51e4b024d335d2b38419533 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Sun, 1 Apr 2012 21:22:48 +0200 Subject: [PATCH] * grub-core/commands/lsacpi.c (options): Add missing terminator. --- ChangeLog | 6 +++++- grub-core/commands/lsacpi.c | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92ba6cee4..925789aac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ +2012-04-01 Vladimir Serbinenko + + * grub-core/commands/lsacpi.c (options): Add missing terminator. + 2012-03-31 Vladimir Serbinenko * include/grub/datetime.h (grub_datetime2unixtime): Fix handling of days - aftert 29th of February. + after 29th of February. 2012-03-31 Vladimir Serbinenko diff --git a/grub-core/commands/lsacpi.c b/grub-core/commands/lsacpi.c index 8944aa8bf..07c3f0d55 100644 --- a/grub-core/commands/lsacpi.c +++ b/grub-core/commands/lsacpi.c @@ -198,7 +198,8 @@ disp_acpi_rsdpv2 (struct grub_acpi_rsdp_v20 *rsdp) static const struct grub_arg_option options[] = { {"v1", '1', 0, N_("Show version 1 tables only."), 0, ARG_TYPE_NONE}, - {"v2", '2', 0, N_("Show version 2 and version 3 tables only."), 0, ARG_TYPE_NONE} + {"v2", '2', 0, N_("Show version 2 and version 3 tables only."), 0, ARG_TYPE_NONE}, + {0, 0, 0, 0, 0, 0} }; static grub_err_t