Skip to content

Commit

Permalink
Add missing TSRMLS_CC
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdm committed Feb 22, 2010
1 parent a1c6f34 commit 8c0ddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pango_layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ PHP_FUNCTION(pango_layout_get_line)
}

zval_dtor(return_value);
return_value = php_pango_make_layoutline_zval(layoutline);
return_value = php_pango_make_layoutline_zval(layoutline TSRMLS_CC);
}

/* {{{ proto array pango_layout_get_line_count(PangoLayout layout, long line)
Expand Down

0 comments on commit 8c0ddd7

Please sign in to comment.