From 7c3033e04e9bad9e7c2943446a3f10c2d42f3e80 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 23 May 2000 00:06:44 +0000 Subject: [PATCH] 20000523-02:06 GMT+1 Victor Szakats --- harbour/source/compiler/hbgenerr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/source/compiler/hbgenerr.c b/harbour/source/compiler/hbgenerr.c index aca282a2b2..100d4d7eb2 100644 --- a/harbour/source/compiler/hbgenerr.c +++ b/harbour/source/compiler/hbgenerr.c @@ -94,7 +94,7 @@ char * hb_comp_szWarnings[] = "1Ambiguous reference: \'%s\'", "1Ambiguous reference, assuming memvar: \'%s\'", "2Variable: \'%s\' declared but not used in function: \'%s\'", - "2Codeblock Parameter: \'%s\' declared but not used in function: \'%s\'", + "2Codeblock parameter: \'%s\' declared but not used in function: \'%s\'", "1RETURN statement with no return value in function", "1Procedure returns value", "1Function \'%s\' does not end with RETURN statement",