diff options
author | Thomas White <taw@physics.org> | 2017-05-02 11:58:35 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-05-03 11:27:07 +0200 |
commit | 9b168c16fd09407b2713af3dd72d983f16eec08e (patch) | |
tree | f38f3c8c5d1095d0598d3a3fa1d159b2a60fc3eb /src | |
parent | cb6389ae61e8f7e279ea16f8ab1a94969d6c0dc9 (diff) |
HDF5 reading under new API
Diffstat (limited to 'src')
-rw-r--r-- | src/dw-hdfsee.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index 87c23f4e..7f647727 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -1047,7 +1047,7 @@ static gint displaywindow_set_newevent(GtkWidget *widget, DisplayWindow *dw) } if ( dw->hdfile == NULL ) { - return 0; + return 0; } ed = malloc(sizeof(EventDialog)); |