mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-04 23:21:28 +03:00
Constify rotating_dash.
This commit is contained in:
parent
c1b37a392b
commit
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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user