ui/motif/list.c

changeset 43
157a21a914ac
parent 36
e4198fc2ead4
child 52
25e5390cce41
--- a/ui/motif/list.c	Fri May 16 16:19:46 2014 +0200
+++ b/ui/motif/list.c	Fri May 16 17:39:45 2014 +0200
@@ -149,7 +149,7 @@
 }
 
 void ui_list_selection_callback (Widget widget, UiListViewEventData *event, XtPointer data) {
-    XmListCallbackStruct *cbs = (XmListCallbackStruct *) data;
+    XmListCallbackStruct *cbs = (XmListCallbackStruct *)data;
     
     UiEvent e;
     e.obj = event->event.obj;

mercurial