Changeset 70424 in vbox for trunk/src/VBox/Runtime/common/zip/gzipcmd.cpp
- Timestamp:
- Jan 2, 2018 11:59:55 AM (7 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/gzipcmd.cpp
r70399 r70424 429 429 * reordered, so the memory must be writable.) 430 430 */ 431 RT EXITCODERTZipGzipCmd(unsigned cArgs, char **papszArgs)431 RTDECL(RTEXITCODE) RTZipGzipCmd(unsigned cArgs, char **papszArgs) 432 432 { 433 433 … … 594 594 } 595 595 596 597 int main(int argc, char **argv)598 {599 int rc = RTR3InitExe(argc, &argv, 0);600 if (RT_FAILURE(rc))601 return RTMsgInitFailure(rc);602 return RTZipGzipCmd(argc, argv);603 }604
Note:
See TracChangeset
for help on using the changeset viewer.