diff --git a/src/libplybootsplash/ply-text-progress-bar.c b/src/libplybootsplash/ply-text-progress-bar.c index 04cb26c5..d46df11b 100644 --- a/src/libplybootsplash/ply-text-progress-bar.c +++ b/src/libplybootsplash/ply-text-progress-bar.c @@ -57,8 +57,7 @@ #define NUMBER_OF_INDICATOR_COLUMNS 6 -#define OS_STRING " " -char *os_string = OS_STRING; +static char *os_string; struct _ply_text_progress_bar {