diff options
author | Tim Potter <tpot@samba.org> | 2003-10-27 23:42:38 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-10-27 23:42:38 +0000 |
commit | 0b86dcc634fb3dab1abc8a1f56b281093af12969 (patch) | |
tree | de0eed59b97cd01447c870211ef0dc820b76050d /source3/rpcclient | |
parent | 3f3e3898696eb60b2d91af081ad3e9306efb1801 (diff) | |
download | samba-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/rpcclient')
-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 { |