Add a missing parenthesis

This commit is contained in:
Melanie
2010-09-13 23:12:48 +01:00
parent 0de2f0567d
commit 96a2ce5db0

View File

@@ -100,7 +100,7 @@ namespace OpenSim
if (masterFileName != String.Empty)
{
if (File.Exists(masterFilePath)
if (File.Exists(masterFilePath))
{
if (!sources.Contains(masterFilePath))
sources.Add(masterFilePath);