diff options
Diffstat (limited to 'usr.bin/mandoc/chars.in')
-rw-r--r-- | usr.bin/mandoc/chars.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/chars.in b/usr.bin/mandoc/chars.in index 5129c8e43d3..75b6601ee09 100644 --- a/usr.bin/mandoc/chars.in +++ b/usr.bin/mandoc/chars.in @@ -1,4 +1,4 @@ -/* $Id: chars.in,v 1.4 2010/02/18 02:11:25 schwarze Exp $ */ +/* $Id: chars.in,v 1.5 2010/03/02 00:38:59 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se> * @@ -31,7 +31,7 @@ */ /* Non-breaking, non-collapsing space uses unit separator. */ -static const char ascii_nbrsp[2] = { 31, 0 }; +static const char ascii_nbrsp[2] = { ASCII_NBRSP, 0 }; CHAR_TBL_START |