Changes in uspace/lib/usbhid/src/hidiface.c [d87561c:77ad86c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhid/src/hidiface.c
rd87561c r77ad86c 90 90 return EINVAL; 91 91 92 if ( buf == NULL)92 if ((buf == NULL)) 93 93 return ENOMEM; 94 94 … … 184 184 return EINVAL; 185 185 186 if ( buf == NULL)186 if ((buf == NULL)) 187 187 return ENOMEM; 188 188
Note:
See TracChangeset
for help on using the changeset viewer.