mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r2228] added a semicolon after the opaque info is printed
This commit is contained in:
parent
c254ae1fe5
commit
f474a09365
@ -433,9 +433,9 @@ H5G_stat_t statbuf;
|
||||
case H5T_OPAQUE:
|
||||
printf( "\n");
|
||||
indentation (indent+COL);
|
||||
printf("H5T_OPAQUE\n");
|
||||
printf("H5T_OPAQUE;\n");
|
||||
indentation (indent+COL);
|
||||
printf("OPAQUE_TAG \"%s\"\n", H5Tget_tag(type));
|
||||
printf("OPAQUE_TAG \"%s\";\n", H5Tget_tag(type));
|
||||
indentation (indent);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user