John C. Frickson %!s(int64=9) %!d(string=hai) anos
pai
achega
3500d8a518
Modificáronse 1 ficheiros con 1 adicións e 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. */
 /* Linked list of mounted filesystems. */
 static struct mount_entry *mount_list;
 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
 /* For long options that have no equivalent short option, use a
    non-character as a pseudo short option, starting with CHAR_MAX + 1.  */
    non-character as a pseudo short option, starting with CHAR_MAX + 1.  */