Remove overengineering, part 1/many
[coreboot.git] / util / nvramtool / nvramtool.c
index 89ddf31d71a45fc3685b26565ddc132ce5fd7994..e82d0ac9d8cd0ed7b91b3e9d8a47cde2e3ab1983 100644 (file)
@@ -85,7 +85,7 @@ static const op_fn_t op_fns[] = { op_show_version,
 };
 
 static const hexdump_format_t cmos_dump_format =
-    { 16, 2, "", " | ", " ", " | ", '.', NULL };
+    { 16, 2, "", " | ", " ", " | ", '.' };
 
 /****************************************************************************
  * main