GetMem fixed, build fixed
This commit is contained in:
parent
8a789784cc
commit
e59cd1d2a0
4 changed files with 10 additions and 6 deletions
5
config.h
5
config.h
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue