Changeset f7176b1 in mainline for uspace/app/tester/tester.c


Ignore:
Timestamp:
2008-09-19T09:52:21Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a5c3f73
Parents:
abf3564
Message:

Fix breakage introduced in last commit (whoops)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/tester.c

    rabf3564 rf7176b1  
    110110int main(int argc, char **argv)
    111111{
    112         printf("x"); while(1);
    113 
    114112        printf("Number of arguments: %d\n", argc);
    115113        if (argv) {
Note: See TracChangeset for help on using the changeset viewer.