diff options
Diffstat (limited to 'util/intelmetool/me.c')
-rw-r--r-- | util/intelmetool/me.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |