From: Vladimir 'phcoder' Serbinenko Date: Sun, 1 Apr 2012 19:22:48 +0000 (+0200) Subject: * grub-core/commands/lsacpi.c (options): Add missing terminator. X-Git-Tag: 2.00~347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d36a236d2361cc7f51e4b024d335d2b38419533;p=thirdparty%2Fgrub.git * grub-core/commands/lsacpi.c (options): Add missing terminator. --- 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