Fix warning.

This commit is contained in:
Steve Checkoway
2005-05-14 07:36:19 +00:00
parent 42f3fae45c
commit 360a2d6651
@@ -175,7 +175,7 @@ bool child_read( int fd, void *p, int size )
if( ret == 0 )
{
fprintf( stderr, "Crash handler: EOF communicating with parent\n", strerror(errno) );
fprintf( stderr, "Crash handler: EOF communicating with parent.\n");
return false;
}