util/intelmetool: Fix missing comma
Change-Id: I4cb70c2aa466ac71dc8fcd25a7c1824696f32909 Signed-off-by: Matthias Gazzari <mail@qtux.eu> Reviewed-on: https://review.coreboot.org/26449 Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3d38695e5d
commit
04864c7fd0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue