Fix comma typo in ui.c

Had a comma inside quotes in the class mapping array, should have been
outside, separating two array elements

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
This commit is contained in:
Neil Horman 2021-05-17 07:42:11 -04:00
parent 43751dfc7f
commit bd5aaf5a86

View file

@ -14,7 +14,7 @@ char *IRQ_CLASS_TO_STR[] = {
"Video",
"Ethernet",
"Gigabit Ethernet",
"10-Gigabit Ethernet,"
"10-Gigabit Ethernet",
"Virt Event"};
void show_frame()