From: Hartmut Holzgraefe Date: Tue, 18 Dec 2001 11:16:53 +0000 (+0000) Subject: typo fix X-Git-Tag: PRE_ISSET_PATCH~485 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dd8ded1523c3cbbb2987f016e543f15269b1353;p=php typo fix --- diff --git a/ext/skeleton/create_stubs b/ext/skeleton/create_stubs index 2bad4d14a4..43939ed736 100755 --- a/ext/skeleton/create_stubs +++ b/ext/skeleton/create_stubs @@ -20,7 +20,7 @@ function convert(i, j, t) if (type == "int" || type == "long") { longs = longs "\tlong " name ";\n" - } else if (type == "bool" || (type == "boolean") { + } else if (type == "bool" || type == "boolean") { bools = bools "\tzend_bool " name ";\n" } else if (type == "double" || type == "float") { doubles = doubles "\tdouble " name ";\n"