help (msysgit): add comment about assumption on _pgmptr

This commit is contained in:
Steffen Prohaska
2007-10-04 07:45:31 +02:00
parent fc98ff0830
commit ded3d5f496

2
help.c
View File

@@ -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);
}