2000-06-04 03:25 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
* source/pp/ppcore.c
* Added \n to error message in SetRules()
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2000-06-04 03:25 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
|
||||
* source/pp/ppcore.c
|
||||
* Added \n to error message in SetRules()
|
||||
|
||||
2000-06-04 03:05 UTC-0800 Ron Pinkas <Ron@Profit-Master.com>
|
||||
|
||||
* include/hbcomp.h
|
||||
|
||||
@@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user