Changeset 87c0a45 in mainline
- Timestamp:
- 2012-08-17T11:26:36Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1e58e1b
- Parents:
- bdf3c0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vlaunch/vlaunch.c
rbdf3c0c r87c0a45 92 92 int main(int argc, char *argv[]) 93 93 { 94 if (argc >=2) {94 if (argc < 2) { 95 95 printf("Compositor server not specified.\n"); 96 96 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.