summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support/cltkEvent.c
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/support/cltkEvent.c')
-rw-r--r--otherlibs/labltk/support/cltkEvent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/otherlibs/labltk/support/cltkEvent.c b/otherlibs/labltk/support/cltkEvent.c
index 81c9413f6..ad9b4d9ed 100644
--- a/otherlibs/labltk/support/cltkEvent.c
+++ b/otherlibs/labltk/support/cltkEvent.c
@@ -52,4 +52,3 @@ CAMLprim value camltk_dooneevent(value flags)
ret = Tk_DoOneEvent(convert_flag_list(flags, event_flag_table));
return Val_int(ret);
}
-