Commit 93bba581 authored by rossberg@chromium.org's avatar rossberg@chromium.org

Fix misplaced #endif

R=verwaest@chromium.org
BUG=

Review URL: https://codereview.chromium.org/12886013

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13975 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent e36da6d2
...@@ -236,8 +236,8 @@ bool Shell::ExecuteString(Isolate* isolate, ...@@ -236,8 +236,8 @@ bool Shell::ExecuteString(Isolate* isolate,
fwrite(*str, sizeof(**str), str.length(), stdout); fwrite(*str, sizeof(**str), str.length(), stdout);
printf("\n"); printf("\n");
} }
}
#endif #endif
}
return true; return true;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment