]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/commands/lsacpi.c (options): Add missing terminator.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 1 Apr 2012 19:22:48 +0000 (21:22 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 1 Apr 2012 19:22:48 +0000 (21:22 +0200)
ChangeLog
grub-core/commands/lsacpi.c

index 92ba6cee462d8d6a43f5b5763cb2485199255f79..925789aac7be9675bf97ccb64827be2f087cef7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2012-04-01  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/commands/lsacpi.c (options): Add missing terminator.
+
 2012-03-31  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * include/grub/datetime.h (grub_datetime2unixtime): Fix handling of days
-       aftert 29th of February.
+       after 29th of February.
 
 2012-03-31  Vladimir Serbinenko  <phcoder@gmail.com>
 
index 8944aa8bfc13a3f7b64b71563dbaf421f576332c..07c3f0d55d0f7ab2622fec30bb6b11a0756350fc 100644 (file)
@@ -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