1
1
Этот коммит содержится в:
Pavel Roskin 2003-12-06 04:04:27 +00:00
родитель c1b37a392b
Коммит b151ce4419

Просмотреть файл

@ -851,7 +851,7 @@ void print_vfs_message (char *msg, ...)
void rotate_dash (void)
{
static char rotating_dash [] = "|/-\\";
static const char rotating_dash [] = "|/-\\";
static int pos = 0;
if (!nice_rotating_dash || (ok_to_refresh <= 0))