diff options
author | Tim Potter <tpot@samba.org> | 2003-10-27 23:43:15 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-10-27 23:43:15 +0000 |
commit | 4ebe9f916716e5dbe13b460d846046ee8ee59940 (patch) | |
tree | bbaab8cdae618dc5d1e829db0db587aebe5b22d3 | |
parent | 472df57e7b525b4e2d453a19d26800fcfb3d1aa6 (diff) | |
download | samba-4ebe9f916716e5dbe13b460d846046ee8ee59940.tar.gz samba-4ebe9f916716e5dbe13b460d846046ee8ee59940.tar.bz2 samba-4ebe9f916716e5dbe13b460d846046ee8ee59940.zip |
Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com)
(This used to be commit 67dd1c43664db7e2eec658da0ffefc3cdb5471bb)
-rw-r--r-- | source3/rpcclient/rpcclient.h | 2 |
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 { |