diff options
Diffstat (limited to 'src/debug.c')
-rw-r--r-- | src/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c index e6a0740..48e423c 100644 --- a/src/debug.c +++ b/src/debug.c @@ -45,7 +45,7 @@ int main (int argc, char *argv[]) { - hatom_t fid; + hid_t fid; hdf5_file_t *f; haddr_t addr = 0; uint8 sig[16]; |