Changeset dd567c6 in mainline


Ignore:
Timestamp:
2010-11-15T12:46:31Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1479562
Parents:
06e2209
Message:

tiny cstyle

File:
1 edited

Legend:

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

    r06e2209 rdd567c6  
    8484        bool print_wmsg;
    8585
    86         ++argv; --argc;
     86        argv++;
     87        argc--;
    8788        if (argc < 1) {
    8889                usage();
     
    9293        if (str_cmp(*argv, "-w") == 0) {
    9394                print_wmsg = true;
    94                 ++argv; --argc;
     95                argv++;
     96                argc--;
    9597        } else {
    9698                print_wmsg = false;
Note: See TracChangeset for help on using the changeset viewer.