Skip to content

Commit

Permalink
Another commit with good indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rondom committed Nov 3, 2016
1 parent 1acaeac commit 797e407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dokan_control/dokanctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,14 +207,14 @@ int __cdecl wmain(int argc, PWCHAR argv[]) {
} break;

case L'v': {
fprintf(stdout, "dokanctl : %s %s\n", __DATE__, __TIME__);
fprintf(stdout, "Dokan version : %d\n", DokanVersion());
fprintf(stdout, "Dokan driver version : 0x%lx\n", DokanDriverVersion());
fprintf(stdout, "dükanctl : %s %s\n", __DATE__, __TIME__);
fprintf(stdout, "Dükan version : %d\n", DokanVersion());
fprintf(stdout, "Dükan driver version : 0x%lx\n", DokanDriverVersion());
} break;

DEFAULT:
default:
fprintf(stderr, "Unknown option - Use /? to show usage\n");
fprintf(stderr, "Ünknown option - Use /? to show usage\n");
}

return EXIT_SUCCESS;
Expand Down

0 comments on commit 797e407

Please sign in to comment.