runmodes: fix typo in output

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

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

Loading…
Cancel
Save