diff --git a/help.c b/help.c index f4a0208ff3..1c0946c649 100644 --- a/help.c +++ b/help.c @@ -186,6 +186,8 @@ char* get_install_dir() } } } + /* Note, according to the msdn documentation we have a full path + if started through the shell and this error should never happen. */ fprintf(stderr, "Fatal Error: failed to locate installation root.\n"); exit(1); }