summaryrefslogtreecommitdiff
path: root/src/stl_binary_tables.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-03-11 23:18:49 +0000
committerCarl Hetherington <cth@carlh.net>2015-03-11 23:18:49 +0000
commitb36bda0c9e9954d79eeb9a2add2c2d4067ebb530 (patch)
tree07fd5a6aa48ba2e54f25049dd5903cbbe29823a1 /src/stl_binary_tables.cc
parent91378c017e04f1da06bfbe4a39489471bc550c14 (diff)
Typo fix.
Diffstat (limited to 'src/stl_binary_tables.cc')
-rw-r--r--src/stl_binary_tables.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stl_binary_tables.cc b/src/stl_binary_tables.cc
index df571c4..9aaf4b8 100644
--- a/src/stl_binary_tables.cc
+++ b/src/stl_binary_tables.cc
@@ -327,7 +327,7 @@ STLBinaryTables::STLBinaryTables ()
code<Justification, int> (_justification_map, 0, JUSTIFICATION_NONE, "No justification");
code<Justification, int> (_justification_map, 1, JUSTIFICATION_LEFT, "Left justification");
code<Justification, int> (_justification_map, 2, JUSTIFICATION_CENTRE, "Centre justification");
- code<Justification, int> (_justification_map, 3, JUSTIFICATION_CENTRE, "Right justification");
+ code<Justification, int> (_justification_map, 3, JUSTIFICATION_RIGHT, "Right justification");
code<Comment, int> (_comment_map, 0, COMMENT_NO, "Not a comment");
code<Comment, int> (_comment_map, 1, COMMENT_YES, "Is a comment");