From 3263589137982a13285195347b6696c49a04cbaf Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sun, 17 Jun 2012 18:43:43 +0000 Subject: [PATCH] fix stupid build error --- autocomplete.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocomplete.d b/autocomplete.d index 0f65a23..b8e0c5d 100644 --- a/autocomplete.d +++ b/autocomplete.d @@ -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),