software/bios/main: add missing space

This commit is contained in:
Florent Kermarrec 2018-03-07 15:24:39 +01:00
parent 2a50a8021a
commit 6706b24167
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ int main(int i, char **c)
printf("\e[1m / / (_) /____ | |/_/\e[0m\n"); printf("\e[1m / / (_) /____ | |/_/\e[0m\n");
printf("\e[1m / /__/ / __/ -_)> <\e[0m\n"); printf("\e[1m / /__/ / __/ -_)> <\e[0m\n");
printf("\e[1m /____/_/\\__/\\__/_/|_|\e[0m\n"); printf("\e[1m /____/_/\\__/\\__/_/|_|\e[0m\n");
printf("\e[1m SoC BIOS / CPU:\e[0m"); printf("\e[1m SoC BIOS / CPU: \e[0m");
#ifdef __lm32__ #ifdef __lm32__
printf("\e[1mLM32\e[0m\n"); printf("\e[1mLM32\e[0m\n");
#elif __or1k__ #elif __or1k__