diff --git a/src/layout.c b/src/layout.c index ef8006cc1..9e391313a 100644 --- a/src/layout.c +++ b/src/layout.c @@ -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))