Changeset 850fd32 in mainline for uspace/lib/c/generic/vfs/inbox.c
- Timestamp:
- 2018-03-11T01:21:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 84239b1, f0e825d
- Parents:
- 338d54a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/inbox.c
r338d54a7 r850fd32 79 79 { 80 80 inbox_entry *next = NULL; 81 int result; 81 82 82 83 list_foreach(inb_list, link, inbox_entry, e) { … … 85 86 case -1: 86 87 continue; 87 case 0: ;88 intresult = e->file;88 case 0: 89 result = e->file; 89 90 if (file == -1) { 90 91 free(e->name);
Note:
See TracChangeset
for help on using the changeset viewer.