finished 64 bit file offset support. Hopefully rsync can now transfer
[rsync/rsync.git] / exclude.c
index a55b2f6..139c0b4 100644 (file)
--- a/exclude.c
+++ b/exclude.c
@@ -25,7 +25,7 @@
 
 extern int verbose;
 
-static char **exclude_list = NULL;
+static char **exclude_list;
 
 static int is_regex(char *str)
 {