The size of the array

This commit is contained in:
SavaLione
2018-06-25 12:02:04 +05:00
committed by GitHub
parent b7135bc906
commit 0a4850e61e

View File

@@ -332,7 +332,7 @@ void inputTest(WINDOW *win)
int w, h, bx, by, sw, sh, i, c, num = 0;
char buffer[80];
WINDOW *subWin;
static const char spinner[4] = "/-\\|";
static const char spinner[5] = "/-\\|";
int spinner_count = 0;
wclear(win);