mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 04:13:55 -05:00
Add missing newline at EOF
This commit is contained in:
parent
7e3ede2e01
commit
55fa595f56
5 changed files with 5 additions and 5 deletions
|
|
@ -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 a new issue