diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 296592e3bb..4d40c58d1e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +20000115-15:45 GMT+1 Ryszard Glab + + *source/compiler/hbgenerr.c + * added missing comma separator in error messages list + 20000115-15:15 GMT+1 Ryszard Glab *include/pcode.h diff --git a/harbour/source/compiler/hbgenerr.c b/harbour/source/compiler/hbgenerr.c index 886c6b8c94..1bcd2be044 100644 --- a/harbour/source/compiler/hbgenerr.c +++ b/harbour/source/compiler/hbgenerr.c @@ -78,7 +78,7 @@ char * hb_comp_szErrors[] = "Operation not supported for this data type: \'%s\'", "Invalid alias expression: \'%s\'", "Invalid array index expression: \'%s\'", - "Bound error: \'%s\'" + "Bound error: \'%s\'", "Macro of declared symbol: \'%s\'", "Invalid selector in send: \'%s\'" };