From b249b91efe6fe9686d8797fedae6c052b2b80626 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 11 Mar 2015 23:19:20 +0000 Subject: Fix typo. --- src/stl_binary_tables.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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_map, 0, JUSTIFICATION_NONE, "No justification"); code (_justification_map, 1, JUSTIFICATION_LEFT, "Left justification"); code (_justification_map, 2, JUSTIFICATION_CENTRE, "Centre justification"); - code (_justification_map, 3, JUSTIFICATION_CENTRE, "Right justification"); + code (_justification_map, 3, JUSTIFICATION_RIGHT, "Right justification"); code (_comment_map, 0, COMMENT_NO, "Not a comment"); code (_comment_map, 1, COMMENT_YES, "Is a comment"); -- cgit v1.2.3