summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/echo.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/echo.idl')
-rw-r--r--source4/librpc/idl/echo.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/echo.idl b/source4/librpc/idl/echo.idl
index fa030be761..5b5d2ed326 100644
--- a/source4/librpc/idl/echo.idl
+++ b/source4/librpc/idl/echo.idl
@@ -99,7 +99,7 @@ interface rpcecho
} echo_Enum1_32;
typedef struct {
- echo_Enum1 e1;
+ enum { foo=1, bar=2} e1;
echo_Enum1_32 e2;
} echo_Enum2;