fix stupid build error

This commit is contained in:
Hackerpilot 2012-06-17 18:43:43 +00:00
parent 8775d2e968
commit 3263589137
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ struct AutoComplete
foreach (path; context.importDirectories)
{
stderr.writeln("Searching for ", path, "/", part);
if (!exists(buildPath(path, part))
if (!exists(buildPath(path, part)))
continue;
stderr.writeln("found it");
foreach (DirEntry dirEntry; dirEntries(buildPath(path, part),