diff org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/graphics/Device.d @ 108:b397a43d66d1

Updated swt linux for DMD 1.063 and latest Tango trunk.
author Jacob Carlborg <doob@me.com>
date Wed, 25 Aug 2010 23:08:27 +0200
parents ddbfe84d86df
children fb3aa8075988
line wrap: on
line diff
--- a/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/graphics/Device.d	Sun Aug 22 18:53:29 2010 +0200
+++ b/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/graphics/Device.d	Wed Aug 25 23:08:27 2010 +0200
@@ -699,7 +699,7 @@
         }
         OS.g_log_default_handler (log_domain, log_level, message, user_data);
     }
-    return 0;
+    return;
 }
 
 void new_Object (Object object) {