Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 701152 | Differences between
and this patch

Collapse All | Expand All

(-)a/lib/console.c (-1 / +1 lines)
Lines 357-363 Link Here
357
	{  EFI_SECURITY_VIOLATION,     L"Security Violation"},
357
	{  EFI_SECURITY_VIOLATION,     L"Security Violation"},
358
358
359
	// warnings
359
	// warnings
360
	{  EFI_WARN_UNKOWN_GLYPH,      L"Warning Unknown Glyph"},
360
	{  EFI_WARN_UNKNOWN_GLYPH,     L"Warning Unknown Glyph"},
361
	{  EFI_WARN_DELETE_FAILURE,    L"Warning Delete Failure"},
361
	{  EFI_WARN_DELETE_FAILURE,    L"Warning Delete Failure"},
362
	{  EFI_WARN_WRITE_FAILURE,     L"Warning Write Failure"},
362
	{  EFI_WARN_WRITE_FAILURE,     L"Warning Write Failure"},
363
	{  EFI_WARN_BUFFER_TOO_SMALL,  L"Warning Buffer Too Small"},
363
	{  EFI_WARN_BUFFER_TOO_SMALL,  L"Warning Buffer Too Small"},

Return to bug 701152