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:
David Chisnall 2012-07-20 12:39:35 +00:00
parent e447a91b60
commit c257d44725
11 changed files with 12 additions and 12 deletions

View file

@ -52,7 +52,7 @@ enum
{
NSDateFormatterBehaviorDefault = 0,
NSDateFormatterBehavior10_0 = 1000,
NSDateFormatterBehavior10_4 = 1040,
NSDateFormatterBehavior10_4 = 1040
};
typedef NSUInteger NSDateFormatterBehavior;
#endif