mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Remove spurious commas in enums.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35308 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e447a91b60
commit
c257d44725
11 changed files with 12 additions and 12 deletions
|
@ -52,7 +52,7 @@ enum
|
|||
{
|
||||
NSDateFormatterBehaviorDefault = 0,
|
||||
NSDateFormatterBehavior10_0 = 1000,
|
||||
NSDateFormatterBehavior10_4 = 1040,
|
||||
NSDateFormatterBehavior10_4 = 1040
|
||||
};
|
||||
typedef NSUInteger NSDateFormatterBehavior;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue