From 303724021c50dd0085a6241234621f12131d6c2c Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 18 Jun 2012 11:36:57 -0400 Subject: Fix typos. --- shim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shim.h') diff --git a/shim.h b/shim.h index ca325c0a..86da1323 100644 --- a/shim.h +++ b/shim.h @@ -6,8 +6,8 @@ INTERFACE_DECL(_SHIM_LOCK); typedef EFI_STATUS (EFIAPI *EFI_SHIM_LOCK_VERIFY) ( - IN VOID *buffer; - IN UINT32 size; + IN VOID *buffer, + IN UINT32 size ); typedef struct _SHIM_LOCK { -- cgit v1.2.3