From c6e261d74eba5c38d968f8927a8d0d7cdea761a2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 6 Jun 2012 02:11:36 +0000 Subject: [PATCH] typo in changelog --- harbour/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 03f50e1b95..4bbb1192a5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -39,7 +39,7 @@ * contrib/hbrun/hbrun.prg + added experimental script syntax to dynamically load modules: --- testcurl.hb - //#request "hbcurl" + //#require "hbcurl" ? curl_version() --- ; QUESTION: Is it possible to allow unknown #pragmas so above