+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>
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