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>
diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c
index 4867bbc..ee2b46a 100644
--- a/util/intelmetool/me.c
+++ b/util/intelmetool/me.c
@@ -417,7 +417,7 @@
 		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)