From d2854834e18443876c8f75e0a7f3b88d1d549fc4 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:15:39 +0200 Subject: 4.2 --- structures.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'structures.h') diff --git a/structures.h b/structures.h index 9b55f20a..47d34d0c 100644 --- a/structures.h +++ b/structures.h @@ -372,8 +372,9 @@ struct MainConfiguration \\$Recycle.Bin\\")) {} #elif defined FFS_LINUX globalFilter(Zstr("*"), - Zstr("/.Trash-*/\n\ - /.recycle/")) {} + Zstr("\ +/.Trash-*/\n\ +/.recycle/")) {} #endif CompConfig cmpConfig; //global compare settings: may be overwritten by folder pair settings -- cgit