fix missing trailing ')'

This commit is contained in:
Pierangelo Masarati 2002-01-02 17:38:46 +00:00
parent 772b7760b8
commit 1f49164725

View 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 );