From 8ea3963f62f0bc8da3e51212e495f6e04bd6add0 Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Mon, 2 Feb 2009 17:58:15 -0800 Subject: [PATCH] Fix for typo. Reviewed by me. --- Objective-J/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-J/file.js b/Objective-J/file.js index 1ea8acf6b..d495a4deb 100644 --- a/Objective-J/file.js +++ b/Objective-J/file.js @@ -142,7 +142,7 @@ objj_search.prototype.attemptNextSearchPath = function() for (; index < count; ++index) objj_files[this.searchedPaths[index]] = file; -#end +#endif if (this.didCompleteCallback) this.didCompleteCallback(file);