From 03c35f001a80481355808b1f72c7705dbe891934 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 28 Feb 2009 14:40:07 +0000 Subject: Added support for traditional `Ds' width. --- validate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'validate.c') diff --git a/validate.c b/validate.c index 5673e094..0189cee3 100644 --- a/validate.c +++ b/validate.c @@ -1,4 +1,4 @@ -/* $Id: validate.c,v 1.64 2009/02/28 13:47:36 kristaps Exp $ */ +/* $Id: validate.c,v 1.65 2009/02/28 14:40:07 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -491,8 +491,8 @@ check_text(struct mdoc *mdoc, int line, int pos, const char *p) p += (int)c - 1; continue; } - return(mdoc_perr(mdoc, line, pos, - "invalid escape sequence")); + return(mdoc_perr(mdoc, line, pos, + "invalid escape sequence")); } return(1); -- cgit v1.2.3