diff options
Diffstat (limited to 'BaseTools/Source/C/TianoCompress/TianoCompress.h')
-rw-r--r-- | BaseTools/Source/C/TianoCompress/TianoCompress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/C/TianoCompress/TianoCompress.h b/BaseTools/Source/C/TianoCompress/TianoCompress.h index 1297982e27..d75c00d26f 100644 --- a/BaseTools/Source/C/TianoCompress/TianoCompress.h +++ b/BaseTools/Source/C/TianoCompress/TianoCompress.h @@ -427,7 +427,7 @@ Decode ( RETURN_STATUS
EFIAPI
-TDecompress (
+Decompress (
IN VOID *Source,
IN OUT VOID *Destination,
IN OUT VOID *Scratch,
|