This commit is contained in:
Your Name 2023-11-26 13:54:14 +03:00
parent 18697ea260
commit b75d33b275
2 changed files with 3 additions and 3 deletions

View file

@ -20,8 +20,8 @@ static PARAMETR CONFIG[] = {
{" ARCH ", GetArch},
{" SHELL ", GetShell},
{" PKGS ", GetPkg},
{"", Blank},
{"", PrintColors}
{" ", Blank},
{" ", PrintColors}
};
#endif