diff options
-rw-r--r-- | dosmain.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -556,6 +556,7 @@ int main(int argc, const char *argv[]) if (data) { printf("VBMouse already installed\n"); + print_help(); return EXIT_SUCCESS; } |
index : vbados.git | ||
DOS mouse driver and shared folders for VirtualBox | Javier |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | dosmain.c | 1 |
@@ -556,6 +556,7 @@ int main(int argc, const char *argv[]) if (data) { printf("VBMouse already installed\n"); + print_help(); return EXIT_SUCCESS; } |