mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +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 );
|
memcpy( p, s, len );
|
||||||
return( p );
|
return( p );
|
||||||
}
|
}
|
||||||
|
@ -18,4 +18,4 @@ char *GetLastErrorString( void )
|
|||||||
return GetErrorString( GetLastError() );
|
return GetErrorString( GetLastError() );
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef __RETSTR
|
#undef __RETSTR
|
||||||
|
@ -88,4 +88,4 @@ void
|
|||||||
ch_free( void *ptr )
|
ch_free( void *ptr )
|
||||||
{
|
{
|
||||||
ber_memfree( ptr );
|
ber_memfree( ptr );
|
||||||
}
|
}
|
||||||
|
@ -109,4 +109,4 @@ done:
|
|||||||
}
|
}
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
@ -81,4 +81,4 @@ char *WSAGetLastErrorString( void )
|
|||||||
return WSAGetErrorString( WSAGetLastError() );
|
return WSAGetErrorString( WSAGetLastError() );
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef __RETSTR
|
#undef __RETSTR
|
||||||
|
Loading…
Reference in New Issue
Block a user