summaryrefslogtreecommitdiff
path: root/nacl/pepper_main.c
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 15:23:35 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-21 15:23:35 +0000
commita4f0db49ab75c4e5865b24fa850ad749db8d7543 (patch)
tree58398070fb13dca57a05aa85a7140a141f111999 /nacl/pepper_main.c
parent165221441c462b8feccefaebc70499765d3f710e (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'nacl/pepper_main.c')
-rw-r--r--nacl/pepper_main.c2
1 files changed, 1 insertions, 1 deletions
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;