From 1d3fde4693aee3299b9023ec325cbfee90ed0969 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 5 Jun 2018 08:41:29 +0200 Subject: {src,util}: Use NULL instead of 0 for pointer Change-Id: I75fa4577055f25dde0a8b1044c005bba72cabd92 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26857 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/kconfig/lxdialog/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/kconfig/lxdialog') diff --git a/util/kconfig/lxdialog/util.c b/util/kconfig/lxdialog/util.c index f7abdeb92a..69b2fb59ac 100644 --- a/util/kconfig/lxdialog/util.c +++ b/util/kconfig/lxdialog/util.c @@ -383,7 +383,7 @@ void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) { int newl, cur_x, cur_y; int prompt_len, room, wlen; - char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = 0; + char tempstr[MAX_LEN + 1], *word, *sp, *sp2, *newline_separator = NULL; strcpy(tempstr, prompt); -- cgit v1.2.3