Skip to content

Commit

Permalink
Coding style fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Soria Parra <dsp@php.net>
  • Loading branch information
dsp committed Jul 25, 2008
1 parent 7c638c7 commit 71560fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taglib.cpp
Expand Up @@ -148,7 +148,7 @@ zend_object_value taglib_init_TagLib_new(zend_class_entry *class_type TSRMLS_DC)
NULL TSRMLS_CC);

retval.handlers = zend_get_std_object_handlers();
retval.handlers->clone_obj = NULL;
retval.handlers->clone_obj = NULL;
return retval;

}
Expand Down

0 comments on commit 71560fb

Please sign in to comment.