Changeset 16884


Ignore:
Timestamp:
06/21/13 22:29:33 (11 years ago)
Author:
tbretz
Message:
Fixed two compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/showlog.cc

    r16824 r16884  
    4646        "is read.\n"
    4747        "\n"
    48         "Usage: showlog [-c] [-vN] [-b start] [-e end] [file1 ...]\n";
     48        "Usage: showlog [-c] [-vN] [-b start] [-e end] [file1 ...]\n"
    4949        "  or:  showlog [-c] [-vN] [-b start] [-e end] YYYYMMDD\n";
    5050    cout << endl;
     
    8888
    8989    WindowLog log;
    90 
    91     int16_t counter = -1;
    9290
    9391    Time tprev;
Note: See TracChangeset for help on using the changeset viewer.