[svn-r2228] added a semicolon after the opaque info is printed

This commit is contained in:
Patrick Lu 2000-05-09 12:00:38 -05:00
parent c254ae1fe5
commit f474a09365

View File

@ -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;