diff options
author | Thomas White <taw@physics.org> | 2015-10-07 10:58:17 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-10-07 12:07:30 +0200 |
commit | deac92ded829656583760b80308f00d1ee8bfa53 (patch) | |
tree | 48791fe5d802c39b960914cdbcd0e39cf6b25333 /src | |
parent | 926f8c5df4c48cab75c98fa670bb84c9f917368e (diff) |
Formatting
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 e0c702a9..f66f37b5 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -2380,7 +2380,7 @@ static GtkWidget *displaywindow_addhdfgroup(struct hdfile *hdfile, if ( hdfile_is_scalar(hdfile, names[i], 0) ) { tmp = hdfile_get_string_value(hdfile, names[i], - NULL); + NULL); } else { tmp = NULL; } |