From fa68f5d2d84f181fa3f267bcf762d03442e76ddb Mon Sep 17 00:00:00 2001 From: Ron Pinkas Date: Sun, 4 Jun 2000 10:26:54 +0000 Subject: [PATCH] 2000-06-04 03:25 UTC-0800 Ron Pinkas * source/pp/ppcore.c * Added \n to error message in SetRules() --- harbour/ChangeLog | 4 ++++ harbour/source/pp/ppcore.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 20481ec928..1f8cb88a03 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2000-06-04 03:25 UTC-0800 Ron Pinkas + * source/pp/ppcore.c + * Added \n to error message in SetRules() + 2000-06-04 03:05 UTC-0800 Ron Pinkas * include/hbcomp.h diff --git a/harbour/source/pp/ppcore.c b/harbour/source/pp/ppcore.c index 144ab3ca13..ce9badbe0f 100644 --- a/harbour/source/pp/ppcore.c +++ b/harbour/source/pp/ppcore.c @@ -245,7 +245,7 @@ void hb_pp_SetRules( BOOL (*hb_compInclude)(char *, PATHNAMES * ) ) } else { - printf( "Can\'t open standard rule file: \'%s\'", hb_pp_STD_CH ); + printf( "Can\'t open standard rule file: \'%s\'\n", hb_pp_STD_CH ); } } }