aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r--src/dw-hdfsee.c2
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));