Skip to content

Commit 5df4c49

Browse files
committed
最后的话不用主动return
最后的话不用主动return
1 parent 49f255d commit 5df4c49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

book/sample/chapt11/11-02-00-tipi-hello-world/tipi_demo01.c

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ PHP_FUNCTION(tipi_hello_world)
9292

9393
ZVAL_STRING(return_value, result);
9494
efree(result);
95-
return;
9695
}
9796
/* }}} */
9897

0 commit comments

Comments
 (0)