VirtualBox

Changeset 14615 in vbox for trunk


Ignore:
Timestamp:
Nov 26, 2008 2:06:17 AM (16 years ago)
Author:
vboxsync
Message:

VBoxManage:docs build fix (exit -> return).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp

    r14613 r14615  
    3333
    3434#include <VBox/com/VirtualBox.h>
    35 
    36 #include <stdlib.h>
    3735
    3836#include <vector>
     
    60015999            /* Print version number, and do nothing else. */
    60026000            RTPrintf("%sr%d\n", VBOX_VERSION_STRING, VBoxSVNRev ());
    6003             exit(0);
     6001            return 0;
    60046002        }
    60056003        else if (strcmp(argv[i], "-dumpopts") == 0)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette