Skip to content

Commit 29a48fe

Browse files
committed
update skeleton
1 parent 8c7064b commit 29a48fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/skeleton/skeleton.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PHP_FUNCTION(confirm_extname_compiled)
4444
}
4545

4646
len = spprintf(&strg, 0, "Congratulations! You have successfully modified ext/%.78s/config.m4. Module %.78s is now compiled into PHP.", "extname", arg);
47-
RETURN_STRINGL(strg, len, 0);
47+
RETURN_STRINGL(strg, len);
4848
}
4949
/* }}} */
5050
/* The previous line is meant for vim and emacs, so it can correctly fold and

0 commit comments

Comments
 (0)