1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com)

(This used to be commit 67dd1c43664db7e2eec658da0ffefc3cdb5471bb)
This commit is contained in:
Tim Potter 2003-10-27 23:43:15 +00:00
parent 472df57e7b
commit 4ebe9f9167

View File

@ -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 {