Skip to content
Snippets Groups Projects
Commit 1f491647 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix missing trailing ')'

parent 772b7760
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment