Don't need to check that *res is non-null, because I'll be overwriting it later.

This commit is contained in:
david parsons
2010-12-29 09:32:01 -08:00
parent ef4f44c1f1
commit e00d41e79d
+1 -1
View File
@@ -46,7 +46,7 @@ mkd_css(Document *d, char **res)
{
Cstring f;
if ( res && *res && d && d->compiled ) {
if ( res && d && d->compiled ) {
CREATE(f);
RESERVE(f, 100);
stylesheets(d->code, &f);