fixed spacing

This commit is contained in:
Joel Sherrill
1997-04-16 17:46:26 +00:00
parent f9f375ed0e
commit 334b01f17e

View File

@@ -72,7 +72,9 @@ int unlink( const char *path )
return -1;
}
char *getcwd( char *_buf, size_t _size) {
char *getcwd( char *_buf, size_t _size)
{
/* assert( FALSE ); */
errno = ENOSYS;
return 0;