changeset 417:30f510ddc33a

fixed void/int typo
author thomask
date Sat, 09 Apr 2005 19:24:10 +0000
parents b7efa2ad5425
children c848807fdfcb
files run/overload_19.d
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/run/overload_19.d	Sat Apr 09 19:22:15 2005 +0000
+++ b/run/overload_19.d	Sat Apr 09 19:24:10 2005 +0000
@@ -13,7 +13,7 @@
 		return 0;
 	}
 
-	static void init (long y) {
+	static int init (long y) {
 		return 1;
 	}
 }