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
This commit is contained in:
rossberg@chromium.org 2013-03-18 16:18:05 +00:00
parent e36da6d219
commit 93bba581da

View File

@ -236,8 +236,8 @@ bool Shell::ExecuteString(Isolate* isolate,
fwrite(*str, sizeof(**str), str.length(), stdout);
printf("\n");
}
}
#endif
}
return true;
}
}