Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhid/src/hidiface.c

    r77ad86c rd87561c  
    9090                return EINVAL;
    9191       
    92         if ((buf == NULL))
     92        if (buf == NULL)
    9393                return ENOMEM;
    9494       
     
    184184                return EINVAL;
    185185       
    186         if ((buf == NULL))
     186        if (buf == NULL)
    187187                return ENOMEM;
    188188       
Note: See TracChangeset for help on using the changeset viewer.