Add a missing parenthesis
parent
0de2f0567d
commit
96a2ce5db0
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue