]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/Md5.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / Md5.h
index dd59626f3731369d559a5ecacbf0d017c659c54b..fca782ce3435b5965f80208f13627427146e09bf 100644 (file)
@@ -48,8 +48,7 @@ typedef struct _MD5_CTX {
 EFI_STATUS\r
 MD5Init (\r
   IN MD5_CTX  *Md5Ctx\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   the external interface of Md5 algorithm\r
@@ -69,8 +68,7 @@ MD5Update (
   IN MD5_CTX  *Md5Ctx,\r
   IN VOID     *Data,\r
   IN UINTN    DataLen\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   accumulate the MD5 value of every data segment and generate the finial\r
@@ -88,7 +86,6 @@ EFI_STATUS
 MD5Final (\r
   IN  MD5_CTX  *Md5Ctx,\r
   OUT UINT8    *HashVal\r
-  )\r
-;\r
+  );\r
 \r
 #endif // _MD5_H\r