summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/demo/flock/flock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/examples/demo/flock/flock.cc')
-rw-r--r--native_client_sdk/src/examples/demo/flock/flock.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/native_client_sdk/src/examples/demo/flock/flock.cc b/native_client_sdk/src/examples/demo/flock/flock.cc
index ac5f490..de23691 100644
--- a/native_client_sdk/src/examples/demo/flock/flock.cc
+++ b/native_client_sdk/src/examples/demo/flock/flock.cc
@@ -104,8 +104,8 @@ int example_main(int argc, char *argv[]) {
PSEventSetFilter(PSE_ALL);
- // Mount the images directory as an HTTP resources
- mount("/images", "/images", "httpfs", 0, "");
+ // Mount the images directory as an HTTP resource.
+ mount("images", "/images", "httpfs", 0, "");
FILE* fp = fopen("/images/flock_green.raw", "rb");
fread(&fmt, sizeof(fmt), 1, fp);