Author: rmottola
Date: Wed May 27 12:38:49 2015
New Revision: 38577

URL: http://svn.gna.org/viewcvs/gnustep?rev=38577&view=rev
Log:
remove extra semicolon

Modified:
    apps/gworkspace/trunk/Operation/Operation.m

Modified: apps/gworkspace/trunk/Operation/Operation.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/Operation/Operation.m?rev=38577&r1=38576&r2=38577&view=diff
==============================================================================
--- apps/gworkspace/trunk/Operation/Operation.m (original)
+++ apps/gworkspace/trunk/Operation/Operation.m Wed May 27 12:38:49 2015
@@ -496,7 +496,7 @@
                 {
                   specialPathArray = 
NSSearchPathForDirectoriesInDomains(NSDesktopDirectory, NSAllDomainsMask, YES);
                   if ([specialPathArray indexOfObject:fullPath] != NSNotFound)
-                    protected = YES;;
+                    protected = YES;
                 }
 
               if (protected)


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to