]> granicus.if.org Git - php/commitdiff
compile fix regarding bug report #4780
authorHartmut Holzgraefe <hholzgra@php.net>
Mon, 5 Jun 2000 15:17:25 +0000 (15:17 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Mon, 5 Jun 2000 15:17:25 +0000 (15:17 +0000)
ext/ldap/ldap.c

index 4f1d11d3087971034eb3f973220d9473e0c23de4..d6a3da74536e8e3b7f534e774116e8157367c914 100644 (file)
@@ -158,7 +158,7 @@ PHP_MINFO_FUNCTION(ldap)
 {
        char maxl[32];
 #if HAVE_NSLDAP
-       char tmp[32]
+       char tmp[32];
        LDAPVersion ver;
        double SDKVersion;
 #endif