From 2f05117d9472fd6926678d83a6d992924f8809ef Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 10 Feb 2015 08:05:30 +0000 Subject: trim trailing white space, no code change; from Svyatoslav Mishyn , Crux Linux --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 2bfa6254..ea1f179d 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.219 2015/02/07 06:28:08 schwarze Exp $ */ +/* $Id: main.c,v 1.220 2015/02/10 08:05:30 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010-2012, 2014, 2015 Ingo Schwarze @@ -566,7 +566,7 @@ found: " consider running # makewhatis %s\n", progname, name, sec, paths->paths[ipath]); #endif - + *res = mandoc_reallocarray(*res, ++*ressz, sizeof(struct manpage)); page = *res + (*ressz - 1); page->file = file; -- cgit v1.2.3