Last minute edit
change blush color on OpenBSD mascots cheek to red
This commit is contained in:
parent
1e5cfefe9b
commit
8083e44037
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ void print_ascii() { // prints logo (as ascii art) of the given system. distribu
|
|||
"| %s> < %s| \n"
|
||||
"|_ < %s// %sW %s// \n"
|
||||
"%s/ \\ / \n"
|
||||
" /-________-\\ \n\n", YELLOW, RED, YELLOW, WHITE, YELLOW, MAGENTA, WHITE, MAGENTA, YELLOW);
|
||||
" /-________-\\ \n\n", YELLOW, RED, YELLOW, WHITE, YELLOW, RED, WHITE, RED, YELLOW);
|
||||
|
||||
} else if (strcmp(version_name, "freebsd") == 0) {
|
||||
sprintf(version_name, "%s", "FweeBSD");
|
||||
|
|
Loading…
Reference in a new issue