From 594712453e7d6fc8f85889a4d33a7903c01db94d Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Thu, 15 Jul 1999 13:12:19 +0000 Subject: [PATCH] *** empty log message *** --- harbour/tests/working/hello.prg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/tests/working/hello.prg b/harbour/tests/working/hello.prg index a89af9006c..5d32cc7d5f 100644 --- a/harbour/tests/working/hello.prg +++ b/harbour/tests/working/hello.prg @@ -6,6 +6,6 @@ function Main() - QOut( "Hello world!" ) + ? "Hello world!" return nil