]> git.sur5r.net Git - openldap/commitdiff
fix missing trailing ')'
authorPierangelo Masarati <ando@openldap.org>
Wed, 2 Jan 2002 17:38:46 +0000 (17:38 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 2 Jan 2002 17:38:46 +0000 (17:38 +0000)
libraries/libldap/util-int.c

index 2473817aac5c8233e6ecf630500a2127fd7e4072..15d92b685ecf063eb89b02ccca8e4c4f2647891d 100644 (file)
@@ -92,7 +92,7 @@ char *ldap_pvt_ctime( const time_t *tp, char *buf )
 #endif 
 }
 
-#define BUFSTART (1024-32
+#define BUFSTART (1024-32)
 #define BUFMAX (32*1024-32)
 
 static char *safe_realloc( char **buf, int len );