Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4699 → Rev 4700

/branches/network/uspace/srv/net/app/echo/echo.c
338,7 → 338,10
fprintf( stderr, "Socket send error %d\n", ERROR_CODE );
}
}
if( count > 0 ) -- count;
if( count > 0 ){
-- count;
if( verbose ) printf( "Waiting for next %d packet(s)\n", count );
}
}
 
if( verbose ) printf( "Closing the socket\n" );