Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4736 → Rev 4734

/branches/network/uspace/srv/net/app/print_error.c
133,8 → 133,6
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 );
}