Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreguillot committed Jul 7, 2015
1 parent 257fd86 commit e845a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/edefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ typedef enum etextanchor_flags
ETEXT_DOWN_LEFT = 4, /*!< Down anfd left. */
ETEXT_DOWN_RIGHT = 5, /*!< Down anfd right. */
ETEXT_LEFT = 6, /*!< Left. */
ETEXT_RIGHT = 7, /*!< right. */
ETEXT_RIGHT = 7, /*!< Right. */
ETEXT_CENTER = 8 /*!< Center. */

} etextanchor_flags;
Expand All @@ -158,7 +158,7 @@ typedef enum etextanchor_flags
typedef enum etextwrap_flags
{
ETEXT_NOWRAP = 0, /*!< False. */
ETEXT_WRAP = 1 /*!< True. */
ETEXT_WRAP = 1 /*!< True. */
} etextwrap_flags;

/**
Expand Down

0 comments on commit e845a4a

Please sign in to comment.