From 638cd005b0fe79c6a34a222549ab15078ad1f783 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 25 Jul 2001 02:28:04 +0000 Subject: [PATCH] return type testing --- tools/qwaq/main.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qwaq/main.qc b/tools/qwaq/main.qc index 68711e708..df369ef7f 100644 --- a/tools/qwaq/main.qc +++ b/tools/qwaq/main.qc @@ -70,7 +70,7 @@ void () blarg = float (float baz) test_int = { - return baz; + return 1; }; .entity owner;