mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
Lint was complaining about the following typedef in smb.h:
typedef enum { P_LOCAL,P_GLOBAL,P_SEPARATOR,P_NONE, } parm_class; I removed the trailing comma. Chris -)-----
This commit is contained in:
parent
d8e7e73f4d
commit
ac7cd9cacf
@ -618,7 +618,7 @@ typedef enum
|
||||
|
||||
typedef enum
|
||||
{
|
||||
P_LOCAL,P_GLOBAL,P_SEPARATOR,P_NONE,
|
||||
P_LOCAL,P_GLOBAL,P_SEPARATOR,P_NONE
|
||||
} parm_class;
|
||||
|
||||
struct enum_list {
|
||||
|
Loading…
x
Reference in New Issue
Block a user