AcpiHelp: Add missing table terminator.

Fixes possible fault in the -p option.
This commit is contained in:
Robert Moore 2011-09-20 09:34:02 -07:00
parent 858f7beecf
commit 8df82fc77f

View File

@ -345,5 +345,6 @@ const AH_PREDEFINED_NAME AslPredefinedInfo[] =
{"_UPP", "User Presence Polling", "Returns the recommended user presence polling interval"},
{"_VPO", "Video Post Options", "Returns the implemented video post options"},
{"_WAK", "Wake", "Inform AML that the system has just awakened"},
{"_Wxx", "Wake Event", "Method executed as a result of a wake event"}
{"_Wxx", "Wake Event", "Method executed as a result of a wake event"},
{NULL, NULL, NULL}
};