From eea4b7743cff0e343082fd8bd6d1cd062e1969b8 Mon Sep 17 00:00:00 2001 From: vit9696 Date: Sun, 9 Feb 2020 20:18:46 +0300 Subject: [PATCH] GopStop: Fix compilation --- Application/GopStop/GopStop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/GopStop/GopStop.c b/Application/GopStop/GopStop.c index 77146904..01017acc 100644 --- a/Application/GopStop/GopStop.c +++ b/Application/GopStop/GopStop.c @@ -202,6 +202,7 @@ RunGopTest ( { EFI_STATUS Status; EFI_GRAPHICS_OUTPUT_PROTOCOL *Gop; + UINTN Index; UINT32 ChunkX; UINT32 ChunkY; UINT32 ChunkW;