Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4725 → Rev 4726

/branches/network/uspace/srv/net/app/print_error.c
130,6 → 130,9
case NO_DATA:
fprintf( output, "No data (%d) error", error_code );
break;
case EINPROGRESS:
fprintf( output, "Another operation in progress (%d) error", error_code );
break;
default:
fprintf( output, "Other (%d) error", error_code );
}