summaryrefslogtreecommitdiff
path: root/gl/lib/mbsalign.h
diff options
context:
space:
mode:
Diffstat (limited to 'gl/lib/mbsalign.h')
-rw-r--r--gl/lib/mbsalign.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/lib/mbsalign.h b/gl/lib/mbsalign.h
index 41bd49092..96e81e787 100644
--- a/gl/lib/mbsalign.h
+++ b/gl/lib/mbsalign.h
@@ -21,7 +21,7 @@ typedef enum { MBS_ALIGN_LEFT, MBS_ALIGN_RIGHT, MBS_ALIGN_CENTER } mbs_align_t;
enum {
/* Use unibyte mode for invalid multibyte strings or
or when heap memory is exhausted. */
- MBA_UNIBYTE_FALLBACK = 0x0001,
+ MBA_UNIBYTE_FALLBACK = 0x0001
#if 0 /* Other possible options. */
/* Skip invalid multibyte chars rather than failing */