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/vgabios/testbios.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/vgabios') diff --git a/util/vgabios/testbios.c b/util/vgabios/testbios.c index ba63ab3031..aedeb1d217 100644 --- a/util/vgabios/testbios.c +++ b/util/vgabios/testbios.c @@ -135,8 +135,8 @@ biosemu(u8 *biosmem, u32 biosmem_size, struct device * dev, unsigned long int main(int argc, char **argv) { int ret; - char *absegname = 0; - void *abseg = 0; + char *absegname = NULL; + void *abseg = NULL; int c, trace = 0; unsigned char *cp; char *filename; -- cgit v1.2.3