Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4548 → Rev 4549

/trunk/uspace/lib/libc/generic/devmap.c
193,7 → 193,7
if (retval != EOK) {
if (handle != NULL)
*handle = -1;
*handle = (dev_handle_t) -1;
return retval;
}