summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/examples/file_io/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/examples/file_io/index.html')
-rw-r--r--native_client_sdk/src/examples/file_io/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/examples/file_io/index.html b/native_client_sdk/src/examples/file_io/index.html
index db3eaed..4f4f003 100644
--- a/native_client_sdk/src/examples/file_io/index.html
+++ b/native_client_sdk/src/examples/file_io/index.html
@@ -89,7 +89,7 @@
function(bytes) {
common.updateStatus(
'Allocated '+bytes+' bytes of persistant storage.');
- common.createNaClModule('<NAME>', '<tc>', 200, 200);
+ common.createNaClModule('<NAME>', '<tc>', '<config>', 200, 200);
common.attachDefaultListeners();
},
function(e) { alert('Failed to allocate space') });