Re: [fpc-pascal] CustApp.pp missing semi-colons

2016-05-23 Thread Michael Van Canneyt
On Mon, 23 May 2016, Graeme Geldenhuys wrote: Hi, RE: http://mantis.freepascal.org/view.php?id=30114 I was told to discuss this here. Not really sure what to discuss. The code style of custapp.pp uses semi-colons all over the place to signify an end of a statement or code block. I found 3

[fpc-pascal] CustApp.pp missing semi-colons

2016-05-23 Thread Graeme Geldenhuys
Hi, RE: http://mantis.freepascal.org/view.php?id=30114 I was told to discuss this here. Not really sure what to discuss. The code style of custapp.pp uses semi-colons all over the place to signify an end of a statement or code block. I found 3 locations in the code where this was not done. No,