diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-03-12 19:24:38 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-03-12 19:24:38 (GMT) |
commit | da23c98e5839d99dd3ddda7e5e48b1a271ae5d97 (patch) | |
tree | c17b958d2ee0d9867aaf75e212ee43dff7d753fd /tools | |
parent | 01f50118c08a4f5bb628cc37a77fc004ccedcf06 (diff) | |
download | hdf5-da23c98e5839d99dd3ddda7e5e48b1a271ae5d97.zip hdf5-da23c98e5839d99dd3ddda7e5e48b1a271ae5d97.tar.gz hdf5-da23c98e5839d99dd3ddda7e5e48b1a271ae5d97.tar.bz2 |
[svn-r13505] make comments similar in 1.7 and 1.6
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lib/h5tools_str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools_str.c b/tools/lib/h5tools_str.c index a6432c5..b4c5cc3 100644 --- a/tools/lib/h5tools_str.c +++ b/tools/lib/h5tools_str.c @@ -566,7 +566,7 @@ h5tools_print_char(h5tools_str_t *str, const h5tool_format_t *info, char ch) * If TYPE is a variable length string then the pointer to * the value to pring (VP) is a pointer to a `char*'. * - * pvn, 28 March 2006 + * PVN, 28 March 2006 * added H5T_NATIVE_LDOUBLE case *------------------------------------------------------------------------- */ |