From ab60996c2162f940bec103c027d4b02dec06a62c Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 20 Mar 2009 21:58:38 +0000 Subject: Lintification. --- ascii.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ascii.c') diff --git a/ascii.c b/ascii.c index 999f732c..5c2dfb6d 100644 --- a/ascii.c +++ b/ascii.c @@ -1,4 +1,4 @@ -/* $Id: ascii.c,v 1.3 2009/03/20 15:14:01 kristaps Exp $ */ +/* $Id: ascii.c,v 1.4 2009/03/20 21:58:38 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -92,7 +92,6 @@ term_ascii2htab(void) if (NULL == (tab = malloc(sizeof(struct asciitab)))) err(1, "malloc"); - assert(0 == sizeof(lines) % sizeof(struct line)); len = sizeof(lines) / sizeof(struct line); if (NULL == (p = calloc((size_t)len, sizeof(struct linep)))) -- cgit v1.2.3-56-ge451