summaryrefslogtreecommitdiffstats
path: root/examples/h5_attribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/h5_attribute.c')
-rw-r--r--examples/h5_attribute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/h5_attribute.c b/examples/h5_attribute.c
index e127e40..9de573e 100644
--- a/examples/h5_attribute.c
+++ b/examples/h5_attribute.c
@@ -184,7 +184,7 @@ main(void)
printf("The value of the attribute \"Integer attribute\" is %d \n", point_out);
ret = H5Aclose(attr);
-//! [H5Oget_info3_snip]
+ //! [H5Oget_info3_snip]
/*
* Find string attribute by iterating through all attributes
@@ -205,7 +205,7 @@ main(void)
ret = H5Tclose(atype);
}
-//! [H5Oget_info3_snip]
+ //! [H5Oget_info3_snip]
/*
* Get attribute info using iteration function.
*/