ui/motif/dnd.c

branch
newapi
changeset 176
bc63cb601f6d
parent 153
ee49d1852a5f
--- a/ui/motif/dnd.c	Mon May 22 19:44:27 2023 +0200
+++ b/ui/motif/dnd.c	Mon May 22 21:21:20 2023 +0200
@@ -37,9 +37,9 @@
 }
 
 char* ui_selection_gettext(UiSelection *sel) {
-    
+    return NULL;
 }
 
 char** ui_selection_geturis(UiSelection *sel, size_t *nelm) {
-    
+    return NULL;
 }

mercurial