summaryrefslogtreecommitdiffstats
path: root/win32caml/startocaml.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32caml/startocaml.c')
-rw-r--r--win32caml/startocaml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32caml/startocaml.c b/win32caml/startocaml.c
index d457dd41b..7180fc50e 100644
--- a/win32caml/startocaml.c
+++ b/win32caml/startocaml.c
@@ -151,7 +151,7 @@ int GetOcamlPath(void)
|| _access(path, 0) != 0) {
/* Registry key doesn't exist or contains invalid path */
/* Ask user */
- if (!BrowseForFile("Ocaml interpreter|ocaml.exe", path)) {
+ if (!BrowseForFile("OCaml interpreter|ocaml.exe", path)) {
ShowDbgMsg("Impossible to find ocaml.exe. I quit");
exit(0);
}