mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -05:00
Fix typo in enum value
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#import <OakAppKit/OakImageAndTextCell.h>
|
||||
|
||||
enum {
|
||||
OFBPathInfoCellHitCloseButton = (12 << 1),
|
||||
OFBPathInfoCellHitCloseButton = (1 << 12),
|
||||
};
|
||||
|
||||
@interface OFBPathInfoCell : OakImageAndTextCell
|
||||
|
||||
Reference in New Issue
Block a user