Fix typo.
authorCarl Hetherington <cth@carlh.net>
Wed, 11 Mar 2015 23:19:20 +0000 (23:19 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 11 Mar 2015 23:19:20 +0000 (23:19 +0000)
src/stl_binary_tables.cc

index df571c46f069d385301a9d4befea4d7570114095..9aaf4b8cd34933ce900dfaa27a50c8269950219c 100644 (file)
@@ -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");