Changeset e406736 in mainline for uspace/lib/fmtutil/fmtutil.c


Ignore:
Timestamp:
2011-08-21T08:06:14Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fcfac250
Parents:
22cf42d9
Message:

Check for unknown alignment type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fmtutil/fmtutil.c

    r22cf42d9 re406736  
    164164                }
    165165        }
     166        else {
     167                return EINVAL;
     168        }
    166169       
    167170        return EOK;
Note: See TracChangeset for help on using the changeset viewer.