26 Jan
2011
26 Jan
'11
2:41 p.m.
On Wed, Jan 26, 2011 at 01:58:16PM +0200, Jarkko Nikula wrote:
{
- int ret = 0;
- int ret = 0, err;
Looks good but it'd be better to avoid combining initialisation with other variable declarations like this - it's a bit error prone, if only from a legibility point of view.
As for the machines a similar thing for widgets would be nice.