From cf7a395df76a9bb141114812daedc586265ec242 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 5 Jan 2010 19:51:10 +0000 Subject: Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze). --- chars.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chars.c') diff --git a/chars.c b/chars.c index 1e135877..034f24ce 100644 --- a/chars.c +++ b/chars.c @@ -1,4 +1,4 @@ -/* $Id: chars.c,v 1.14 2010/01/01 17:14:26 kristaps Exp $ */ +/* $Id: chars.c,v 1.15 2010/01/05 19:51:10 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -42,7 +42,7 @@ struct ln { #define CHARS_BOTH (CHARS_CHAR | CHARS_STRING) }; -#define LINES_MAX 351 +#define LINES_MAX 350 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR }, -- cgit v1.2.3