Changeset 48974d6 in mainline for uspace/app/tmon/tests.c


Ignore:
Timestamp:
2018-03-26T12:46:44Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9ce35f0
Parents:
5a01f7d
git-author:
Jiri Svoboda <jiri@…> (2018-03-25 18:45:28)
git-committer:
Jiri Svoboda <jiri@…> (2018-03-26 12:46:44)
Message:

Need declarations to be terminated by semicolon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/tests.c

    r5a01f7d r48974d6  
    230230        }
    231231
    232 GEN_PRE_RUN(intr, INTERRUPT)
    233 GEN_PRE_RUN(bulk, BULK)
    234 GEN_PRE_RUN(isoch, ISOCHRONOUS)
     232GEN_PRE_RUN(intr, INTERRUPT);
     233GEN_PRE_RUN(bulk, BULK);
     234GEN_PRE_RUN(isoch, ISOCHRONOUS);
    235235
    236236#undef GEN_PRE_RUN
Note: See TracChangeset for help on using the changeset viewer.