Changeset 2bd578a in mainline for uspace/app/sbi/src/stype.c


Ignore:
Timestamp:
2012-05-15T20:16:00Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3e67ab1
Parents:
ce1836e
Message:

Fix assignment inside assert.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/stype.c

    rce1836e r2bd578a  
    652652        assert(iface_ti->tic == tic_tobject);
    653653        iface = iface_ti->u.tobject->csi;
    654         assert(iface->cc = csi_interface);
     654        assert(iface->cc == csi_interface);
    655655
    656656#ifdef DEBUG_TYPE_TRACE
Note: See TracChangeset for help on using the changeset viewer.