diff run/overload_20.d @ 416:b7efa2ad5425

fixed void/int typo
author thomask
date Sat, 09 Apr 2005 19:22:15 +0000
parents ad4e3b6d6192
children 9e0847cf535a
line wrap: on
line diff
--- a/run/overload_20.d	Sat Apr 09 09:08:25 2005 +0000
+++ b/run/overload_20.d	Sat Apr 09 19:22:15 2005 +0000
@@ -13,7 +13,7 @@
 		return 0;
 	}
 
-	static void init (long y) {
+	static int init (long y) {
 		return 1;
 	}
 }