From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1P8Bj5-0005qt-Ga for barebox@lists.infradead.org; Tue, 19 Oct 2010 12:55:38 +0000 From: Sascha Hauer Date: Tue, 19 Oct 2010 14:54:52 +0200 Message-Id: <1287492930-15716-5-git-send-email-s.hauer@pengutronix.de> In-Reply-To: <1287492930-15716-1-git-send-email-s.hauer@pengutronix.de> References: <1287492930-15716-1-git-send-email-s.hauer@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 04/42] edit: sparse fixes To: barebox@lists.infradead.org Signed-off-by: Sascha Hauer --- commands/edit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/commands/edit.c b/commands/edit.c index a65b08a..7da6816 100644 --- a/commands/edit.c +++ b/commands/edit.c @@ -231,7 +231,7 @@ static int edit_read_file(const char *path) line->prev = lastline; if (lastline) lastline->next = line; - line->next = 0; + line->next = NULL; lastline = line; if (!lineend) -- 1.7.2.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox