fix spelling mistake
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _LOGO_H
|
||||
#define _LOGO_H
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
@@ -20,7 +20,7 @@ static const char logo_str[] =
|
||||
" \\__ \\ | |_ | __/ | | | | | (_| | | |\n"
|
||||
" |___/ \\__| \\___| |_| |_| \\__,_| |_|\n";
|
||||
|
||||
#ifdef __cpluscplus
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user