]> granicus.if.org Git - php/commitdiff
typo fix
authorHartmut Holzgraefe <hholzgra@php.net>
Tue, 18 Dec 2001 11:16:53 +0000 (11:16 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Tue, 18 Dec 2001 11:16:53 +0000 (11:16 +0000)
ext/skeleton/create_stubs

index 2bad4d14a46092ee5084047c3d9a2872bbb390b1..43939ed736d81f1ca7a5eb618b0833356bab5fd6 100755 (executable)
@@ -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"