From a4f0db49ab75c4e5865b24fa850ad749db8d7543 Mon Sep 17 00:00:00 2001 From: svn Date: Tue, 21 Oct 2014 15:23:35 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- nacl/pepper_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nacl/pepper_main.c') diff --git a/nacl/pepper_main.c b/nacl/pepper_main.c index 8f502f33ea..bcb128ded1 100644 --- a/nacl/pepper_main.c +++ b/nacl/pepper_main.c @@ -498,7 +498,7 @@ Instance_DidCreate(PP_Instance instance, // TODO(yugui) Mount devfs - if (mount("/lib", "/lib", "httpfs", + if (mount("/lib", "/lib", "httpfs", 0, "allow_cross_origin_requests=false")) { perror("mount httpfs"); return PP_FALSE; -- cgit v1.2.3