summaryrefslogtreecommitdiffstats
path: root/hl/examples/ex_table_02.c
diff options
context:
space:
mode:
Diffstat (limited to 'hl/examples/ex_table_02.c')
-rw-r--r--hl/examples/ex_table_02.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/examples/ex_table_02.c b/hl/examples/ex_table_02.c
index fb2cad6..7d1482e 100644
--- a/hl/examples/ex_table_02.c
+++ b/hl/examples/ex_table_02.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;