Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4726 → Rev 4725

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