summaryrefslogtreecommitdiffstats
path: root/doc/html/H5.sample_code.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/H5.sample_code.html')
-rw-r--r--doc/html/H5.sample_code.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/H5.sample_code.html b/doc/html/H5.sample_code.html
index b3e5336..3c46205 100644
--- a/doc/html/H5.sample_code.html
+++ b/doc/html/H5.sample_code.html
@@ -29,7 +29,7 @@ overwrite the previous file's information.
<code> <pre>
hid_t file_id;
- file_id=<A HREF="H5.apiv2.html#File-Create">H5Fcreate</a>("example1.h5",H5F_ACC_EXCL,H5P_DEFAULT_TEMPLATE,H5P_DEFAULT_TEMPLATE);
+ file_id=<A HREF="H5.apiv2.html#File-Create">H5Fcreate</a>("example1.h5",H5F_ACC_EXCL,H5P_DEFAULT,H5P_DEFAULT);
<A HREF="H5.apiv2.html#File-Close">H5Fclose</a>(file_id);