diff options
Diffstat (limited to 'source3/rpcclient/rpcclient.h')
-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 { |