Changeset 87c0a45 in mainline


Ignore:
Timestamp:
2012-08-17T11:26:36Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e58e1b
Parents:
bdf3c0c
Message:

fix condition

File:
1 edited

Legend:

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

    rbdf3c0c r87c0a45  
    9292int main(int argc, char *argv[])
    9393{
    94         if (argc >= 2) {
     94        if (argc < 2) {
    9595                printf("Compositor server not specified.\n");
    9696                return 1;
Note: See TracChangeset for help on using the changeset viewer.