summaryrefslogtreecommitdiffstats
path: root/c++/test/dsets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/test/dsets.cpp')
-rw-r--r--c++/test/dsets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp
index 432abb8..6d2753e 100644
--- a/c++/test/dsets.cpp
+++ b/c++/test/dsets.cpp
@@ -455,7 +455,7 @@ test_compression(H5File &file)
}
}
- char * tconv_buf = new char[1000];
+ char *tconv_buf = new char[1000];
DataSet *dataset = NULL;
try {
const hsize_t size[2] = {100, 200};