Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4734 → Rev 4736

/branches/network/uspace/srv/net/app/print_error.c
133,6 → 133,8
case EINPROGRESS:
fprintf( output, "Another operation in progress (%d) error", error_code );
break;
case EDESTADDRREQ:
fprintf( output, "Destination address required (%d) error", error_code );
default:
fprintf( output, "Other (%d) error", error_code );
}