X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDebug1CommandsLib%2FHexEdit%2FMisc.h;h=f95de3d95f9eb6e870aa951f2045fd2d4cbe6c16;hp=df947935b001f39569481600bdedad5dfd900243;hb=ba0014b9f8ae1a593f03e744f26008214c2b06a8;hpb=a1d4bfcc3f58a9ed0ce6118556016c7c058d01b1 diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.h b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.h index df947935b0..f95de3d95f 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.h +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.h @@ -1,7 +1,7 @@ /** @file Definitions for various line and string routines - Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2005 - 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 @@ -22,7 +22,7 @@ @param[in] Count The line number to advance/retreat. >0 : advance - <0: retreat + <0: retreat @retval NULL An error occured. @return A pointer to the line after move. @@ -53,7 +53,7 @@ HMoveCurrentLine ( Lines CurrentLine NumLines - ListHead + ListHead @param[in] ListHead The list head. @param[in] Lines The lines.