Re: cleanup patches
Jorge Arellano Cid <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, May 26, 2012 at 02:02:17PM +0200, Johannes Hofmann wrote: > On Sat, May 26, 2012 at 03:02:24PM +0400, 123 wrote: > > One patch for README, one for dFree (no need to check for NULL) and > > one for sizeof usage. > > thanks, committed. BTW, why is it better to have sizeof this way? - (sizeof(Css_shorthand_info) / sizeof(CssShorthandInfo)) + (sizeof(Css_shorthand_info) / sizeof(Css_shorthand_info[0])) -- Cheers Jorge.-