diff options
Diffstat (limited to 'hl/examples/ex_table_01.c')
-rw-r--r-- | hl/examples/ex_table_01.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/examples/ex_table_01.c b/hl/examples/ex_table_01.c index 3294ef4..d23a975 100644 --- a/hl/examples/ex_table_01.c +++ b/hl/examples/ex_table_01.c @@ -61,7 +61,7 @@ main(void) hid_t string_type; hid_t file_id; hsize_t chunk_size = 10; - int * fill_data = NULL; + int *fill_data = NULL; int compress = 0; int i; |