X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FConsole%2FTerminalDxe%2FAnsi.c;fp=MdeModulePkg%2FUniversal%2FConsole%2FTerminalDxe%2FAnsi.c;h=63a5dff3f59b067406e9039f2d09ae699ba43d4a;hp=15147c1f2c2da89111265ca62247f41da5d09619;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=ca79bab7af4770c5eb578f6d495af01705aedb79 diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/Ansi.c b/MdeModulePkg/Universal/Console/TerminalDxe/Ansi.c index 15147c1f2c..63a5dff3f5 100644 --- a/MdeModulePkg/Universal/Console/TerminalDxe/Ansi.c +++ b/MdeModulePkg/Universal/Console/TerminalDxe/Ansi.c @@ -1,7 +1,7 @@ /** @file Implementation of translation upon PC ANSI. -Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -47,8 +47,8 @@ AnsiRawDataToUnicode ( or valid text graphics. @param TerminalDevice The terminal device. - @param WString The input string. - + @param WString The input string. + @retval EFI_UNSUPPORTED If not all input characters are valid. @retval EFI_SUCCESS If all input characters are valid.