From 04864c7fd0fddf1ce3dca9ba77435f9f49985029 Mon Sep 17 00:00:00 2001 From: Matthias Gazzari Date: Mon, 21 May 2018 19:37:55 +0200 Subject: util/intelmetool: Fix missing comma Change-Id: I4cb70c2aa466ac71dc8fcd25a7c1824696f32909 Signed-off-by: Matthias Gazzari Reviewed-on: https://review.coreboot.org/26449 Reviewed-by: Martin Roth Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- util/intelmetool/me.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c index 4867bbcbf7..ee2b46a317 100644 --- a/util/intelmetool/me.c +++ b/util/intelmetool/me.c @@ -417,7 +417,7 @@ int mkhi_get_fw_version(int *major, int *minor) printf("ME: GET FW VERSION message failed\n"); return -1; } - printf("ME: Firmware Version %u.%u (code)\n\n" + printf("ME: Firmware Version %u.%u (code)\n\n", version.code_major, version.code_minor); #endif if (major) -- cgit v1.2.3