]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/FWVolume.h
clean up the un-suitable ';' location when declaring the functions. The regular is...
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / ProcessDsc / FWVolume.h
index 4a7af36e73f5623cc9f2db9ea3a2223d5a6ea9a2..f42f97777e9243aa9337353ed4d271d8bbda3ff2 100644 (file)
@@ -31,13 +31,11 @@ Abstract:
 void\r
 CFVConstructor (\r
   VOID\r
-  )\r
-;\r
+  );\r
 void\r
 CFVDestructor (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 int\r
 CFVAddFVFile (\r
@@ -50,27 +48,23 @@ CFVAddFVFile (
   char  *Apriori,\r
   char  *BaseName,\r
   char  *Guid\r
-  )\r
-;\r
+  );\r
 \r
 int\r
 CFVSetXRefFileName (\r
   char    *FileName\r
-  )\r
-;\r
+  );\r
 \r
 int\r
 CFVWriteInfFiles (\r
   DSC_FILE  *DSC,\r
   FILE      *MakeFptr\r
-  )\r
-;\r
+  );\r
 \r
 int\r
 NonFFSFVWriteInfFiles (\r
   DSC_FILE  *DSC,\r
   char      *FileName\r
-  )\r
-;\r
+  );\r
 \r
 #endif // ifndef _FW_VOLUME_H_\r