mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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 {
|
|||
NSHashTableCopyIn
|
||||
= NSPointerFunctionsCopyIn,
|
||||
NSHashTableObjectPointerPersonality
|
||||
= NSPointerFunctionsObjectPointerPersonality,
|
||||
= NSPointerFunctionsObjectPointerPersonality
|
||||
};
|
||||
|
||||
typedef NSUInteger NSHashTableOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue