diff options
Diffstat (limited to 'libcpp')
-rw-r--r-- | libcpp/charset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/charset.cc b/libcpp/charset.cc index 98a58a0..e3accf8 100644 --- a/libcpp/charset.cc +++ b/libcpp/charset.cc @@ -2244,7 +2244,7 @@ convert_oct (cpp_reader *pfile, const uchar *from, const uchar *limit, from++; extend_char_range (&char_range, loc_reader); if (from == limit || *from != '{') - cpp_error (pfile, CPP_DL_ERROR, "%<\\o%> not followed by %<}%>"); + cpp_error (pfile, CPP_DL_ERROR, "%<\\o%> not followed by %<{%>"); else { from++; |