runmodes: fix typo in output

pull/1401/head
Eric Leblond 10 years ago
parent ef3290bb2e
commit e5ae808b0f

@ -229,7 +229,7 @@ void RunModeListRunmodes(void)
"-----------------------\n");
printf("| %-17s | %-17s | %-10s \n",
"RunMode Type", "Custom Mode ", "Descripition");
"RunMode Type", "Custom Mode ", "Description");
printf("|-----------------------------------------------------------------"
"-----------------------\n");
int i = RUNMODE_UNKNOWN + 1;

Loading…
Cancel
Save