From 4ebe9f916716e5dbe13b460d846046ee8ee59940 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 27 Oct 2003 23:43:15 +0000 Subject: Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com) (This used to be commit 67dd1c43664db7e2eec658da0ffefc3cdb5471bb) --- source3/rpcclient/rpcclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/rpcclient/rpcclient.h b/source3/rpcclient/rpcclient.h index 1db4246d37..e1e61dc43d 100644 --- a/source3/rpcclient/rpcclient.h +++ b/source3/rpcclient/rpcclient.h @@ -25,7 +25,7 @@ typedef enum { RPC_RTYPE_NTSTATUS = 0, RPC_RTYPE_WERROR, - MAX_RPC_RETURN_TYPE, + MAX_RPC_RETURN_TYPE } RPC_RETURN_TYPE; struct cmd_set { -- cgit