mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Remove trailing comma on typedef enum. albert chin (china@thewrittenword.com)
This commit is contained in:
parent
8b9b635bd2
commit
67dd1c4366
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user