Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Aug 22, 2013
1 parent 2c62507 commit f24a65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Source/DTCSSListStyle.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ typedef NS_ENUM(NSUInteger, DTCSSListStyleType)
/**
List Marker Positions
*/
typedef NS_ENUM(NSUInteger, DTCSSListStylePosition
typedef NS_ENUM(NSUInteger, DTCSSListStylePosition)
{
/**
List position should be inherited
Expand Down

0 comments on commit f24a65a

Please sign in to comment.