From 669f39344f4af84741ef816cb69714d7f6fc8bc1 Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Thu, 17 Feb 2000 11:12:22 -0500 Subject: [svn-r1971] removed a newline from a string after the enum type is printed --- tools/h5dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5dump.c b/tools/h5dump.c index 4bb3bcd..f493e69 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -331,7 +331,7 @@ H5G_stat_t statbuf; print_enum(type); printf("\n"); indentation (indent + COL); - printf("}\n"); + printf("}"); break; default: printf( "unknown data type"); -- cgit v0.12