This commit is contained in:
Your Name 2023-11-03 11:00:32 +03:00
parent 519d0b1e5d
commit 4b434d35ae
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ void Blank(const char *title, const FETCH fetch) {
UNUSED(title); UNUSED(title);
UNUSED(fetch); UNUSED(fetch);
printf(""); printf(" ");
} }
void GetUser(const char *title, const FETCH fetch) { void GetUser(const char *title, const FETCH fetch) {