Removed extra-brace
[mono.git] / mcs / class / corlib / System.IO / DirectoryInfo.cs
index 578386067345b2971c4ac219e0818a7d20e38886..8f774f1dd37e550277ec3516388509132c76fdb9 100644 (file)
@@ -284,7 +284,6 @@ namespace System.IO {
                                infos [i++] = new DirectoryInfo (name);
 
                        return infos;
-                   }
                }       
 
                internal int GetFilesSubdirs (ArrayList l, string pattern)