summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-10-27 23:42:38 +0000
committerTim Potter <tpot@samba.org>2003-10-27 23:42:38 +0000
commit0b86dcc634fb3dab1abc8a1f56b281093af12969 (patch)
treede0eed59b97cd01447c870211ef0dc820b76050d /source3
parent3f3e3898696eb60b2d91af081ad3e9306efb1801 (diff)
downloadsamba-0b86dcc634fb3dab1abc8a1f56b281093af12969.tar.gz
samba-0b86dcc634fb3dab1abc8a1f56b281093af12969.tar.bz2
samba-0b86dcc634fb3dab1abc8a1f56b281093af12969.zip
Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com)
(This used to be commit 65a4c2aa0af4572ef7da0f7907ee144faba39031)
Diffstat (limited to 'source3')
-rw-r--r--source3/rpcclient/rpcclient.h2
1 files changed, 1 insertions, 1 deletions
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 {