widl [1/2]: Fix alignment comments

Dan Hipschman dsh at linux.ucla.edu
Mon Sep 17 19:00:46 CDT 2007


This patch just fixes the name for alignment codes in the comments.

---
 tools/widl/typegen.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/widl/typegen.c b/tools/widl/typegen.c
index f585c1f..c11ebd5 100644
--- a/tools/widl/typegen.c
+++ b/tools/widl/typegen.c
@@ -98,8 +98,8 @@ const char *string_of_type(unsigned char type)
     case RPC_FC_CARRAY: return "FC_CARRAY";
     case RPC_FC_CVARRAY: return "FC_CVARRAY";
     case RPC_FC_BOGUS_ARRAY: return "FC_BOGUS_ARRAY";
-    case RPC_FC_ALIGNM4: return "RPC_FC_ALIGNM4";
-    case RPC_FC_ALIGNM8: return "RPC_FC_ALIGNM8";
+    case RPC_FC_ALIGNM4: return "FC_ALIGNM4";
+    case RPC_FC_ALIGNM8: return "FC_ALIGNM8";
     default:
         error("string_of_type: unknown type 0x%02x\n", type);
         return NULL;



More information about the wine-patches mailing list