John C. Frickson hace 9 años
padre
commit
3500d8a518
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.  */