From da5e6ff176f1e19b46c10374133d93591b22f0f6 Mon Sep 17 00:00:00 2001 From: Ray Lai Date: Thu, 17 May 2007 03:37:32 +0000 Subject: Remove extra return statement, from tbert from lint. OK jaredy@ and moritz@ --- usr.bin/make/lowparse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/make/lowparse.c') diff --git a/usr.bin/make/lowparse.c b/usr.bin/make/lowparse.c index 41d67596de0..beaa0263a43 100644 --- a/usr.bin/make/lowparse.c +++ b/usr.bin/make/lowparse.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: lowparse.c,v 1.18 2004/04/07 13:11:36 espie Exp $ */ +/* $OpenBSD: lowparse.c,v 1.19 2007/05/17 03:37:31 ray Exp $ */ /* low-level parsing functions. */ @@ -373,7 +373,6 @@ ParseSkipEmptyLines(Buffer linebuf) return '\n'; else return c; - return c; } } } -- cgit v1.2.3