John C. Frickson 9 лет назад
Родитель
Сommit
3500d8a518
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      plugins/check_disk.c

+ 1 - 1
plugins/check_disk.c

@@ -109,7 +109,7 @@ static struct parameter_list *path_select_list = NULL;
 /* Linked list of mounted filesystems. */
 static struct mount_entry *mount_list;
 
-static const char *always_exclude = { "iso9600", "fuse.gvfsd-fuse", NULL };
+static const char *always_exclude[] = { "iso9600", "fuse.gvfsd-fuse", NULL };
 
 /* For long options that have no equivalent short option, use a
    non-character as a pseudo short option, starting with CHAR_MAX + 1.  */