summaryrefslogtreecommitdiffstats
path: root/src/H5B2private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5B2private.h')
-rw-r--r--src/H5B2private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B2private.h b/src/H5B2private.h
index a65a533..a60ee7c 100644
--- a/src/H5B2private.h
+++ b/src/H5B2private.h
@@ -85,7 +85,7 @@ typedef enum H5B2_compare_t {
typedef struct H5B2_class_t H5B2_class_t;
struct H5B2_class_t {
H5B2_subid_t id; /* ID of B-tree class, as found in file */
- const char * name; /* Name of B-tree class, for debugging */
+ const char *name; /* Name of B-tree class, for debugging */
size_t nrec_size; /* Size of native (memory) record */
/* Extensible array client callback methods */