mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add missing newline at EOF
This commit is contained in:
parent
7e3ede2e01
commit
55fa595f56
@ -102,4 +102,4 @@ char *
|
||||
|
||||
memcpy( p, s, len );
|
||||
return( p );
|
||||
}
|
||||
}
|
||||
|
@ -18,4 +18,4 @@ char *GetLastErrorString( void )
|
||||
return GetErrorString( GetLastError() );
|
||||
}
|
||||
|
||||
#undef __RETSTR
|
||||
#undef __RETSTR
|
||||
|
@ -88,4 +88,4 @@ void
|
||||
ch_free( void *ptr )
|
||||
{
|
||||
ber_memfree( ptr );
|
||||
}
|
||||
}
|
||||
|
@ -109,4 +109,4 @@ done:
|
||||
}
|
||||
|
||||
return rc;
|
||||
}
|
||||
}
|
||||
|
@ -81,4 +81,4 @@ char *WSAGetLastErrorString( void )
|
||||
return WSAGetErrorString( WSAGetLastError() );
|
||||
}
|
||||
|
||||
#undef __RETSTR
|
||||
#undef __RETSTR
|
||||
|
Loading…
Reference in New Issue
Block a user