diff options
author | Hao Wu <hao.a.wu@intel.com> | 2017-09-14 16:02:42 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2017-09-19 12:44:00 +0800 |
commit | 32492fee2d7e7116b5970266915285d043e0c0e1 (patch) | |
tree | e0968d8e507bd5891f3eb1970e7aefe0a2f1bf98 /BaseTools/Source/Python/AutoGen/GenMake.py | |
parent | 077f8c4372cc68efea91243dd1fe77d41315444d (diff) | |
download | edk2-32492fee2d7e7116b5970266915285d043e0c0e1.tar.gz edk2-32492fee2d7e7116b5970266915285d043e0c0e1.tar.bz2 edk2-32492fee2d7e7116b5970266915285d043e0c0e1.zip |
MdeModulePkg/UdfDxe: Avoid short (single character) variable name
In ResolveSymlink(), replace the following variable:
CHAR16 *C;
with:
CHAR16 *Char;
Cc: Paulo Alcantara <pcacjr@zytor.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Paulo Alcantara <pcacjr@zytor.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/AutoGen/GenMake.py')
0 files changed, 0 insertions, 0 deletions