Changeset 6e34bd0 in mainline for uspace/app/bithenge/transform.h
- Timestamp:
- 2012-07-28T00:02:20Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03cad47
- Parents:
- 5a7c0e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/transform.h
r5a7c0e6 r6e34bd0 101 101 return ENOMEM; 102 102 scope->num_params = num_params; 103 for (int i = 0; i < num_params; i++) 104 scope->params[i] = NULL; 103 105 return EOK; 104 106 }
Note:
See TracChangeset
for help on using the changeset viewer.