diff options
Diffstat (limited to 'UnixPkg/UnixUgaDxe/UnixUgaScreen.c')
-rw-r--r-- | UnixPkg/UnixUgaDxe/UnixUgaScreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UnixPkg/UnixUgaDxe/UnixUgaScreen.c b/UnixPkg/UnixUgaDxe/UnixUgaScreen.c index ddd2fc28fb..45e84b0f25 100644 --- a/UnixPkg/UnixUgaDxe/UnixUgaScreen.c +++ b/UnixPkg/UnixUgaDxe/UnixUgaScreen.c @@ -256,7 +256,7 @@ UnixUgaBlt ( // doing this operation. // OriginalTPL = gBS->RaiseTPL (TPL_NOTIFY); - + // // Pack UGA Draw protocol parameters to UGA_BLT_ARGS structure to adapt to // UgaBlt() API of Unix UGA IO protocol. |