Add missing newline at EOF

This commit is contained in:
Hallvard Furuseth 1999-07-13 04:11:49 +00:00
parent 7e3ede2e01
commit 55fa595f56
5 changed files with 5 additions and 5 deletions

View File

@ -102,4 +102,4 @@ char *
memcpy( p, s, len );
return( p );
}
}

View File

@ -18,4 +18,4 @@ char *GetLastErrorString( void )
return GetErrorString( GetLastError() );
}
#undef __RETSTR
#undef __RETSTR

View File

@ -88,4 +88,4 @@ void
ch_free( void *ptr )
{
ber_memfree( ptr );
}
}

View File

@ -109,4 +109,4 @@ done:
}
return rc;
}
}

View File

@ -81,4 +81,4 @@ char *WSAGetLastErrorString( void )
return WSAGetErrorString( WSAGetLastError() );
}
#undef __RETSTR
#undef __RETSTR