Add a missing parenthesis

viewer-2-initial-appearance
Melanie 2010-09-13 23:12:48 +01:00
parent 0de2f0567d
commit 96a2ce5db0
1 changed files with 1 additions and 1 deletions

View File

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