GetMem fixed, build fixed

This commit is contained in:
Your Name 2023-12-15 18:17:49 +03:00
parent 8a789784cc
commit e59cd1d2a0
4 changed files with 10 additions and 6 deletions

View file

@ -12,7 +12,8 @@ typedef struct {
#define FONT_COLOR "\033[37m"
#define PC_CHAR "%"
static PARAMETR CONFIG[] = {
#ifdef _MAIN_H
PARAMETR CONFIG[] = {
{" OS ", PrintOs},
{" KERNEL ", GetKernel},
{" USER ", GetUser},
@ -26,3 +27,5 @@ static PARAMETR CONFIG[] = {
};
#endif
#endif