remove typo in logo

This commit is contained in:
cy384 2020-09-05 20:06:01 -04:00
parent 1200b63056
commit 9556135cda
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ int main(int argc, char** argv)
" | (___| (___ | |__| | _____ _____ _ __\r\n"
" \\___ \\\\___ \\| __ |/ _ \\ \\ / / _ \\ '_ \\\r\n"
" ____) |___) | | | | __/\\ V / __/ | | |\r\n"
" |_____/_____/|_| |_|\\___| \\_/ \\___|_| |_|]\r\n";
" |_____/_____/|_| |_|\\___| \\_/ \\___|_| |_|\r\n";
printf_i(logo);
printf_i("by cy384, version " SSHEVEN_VERSION "\r\n");