summaryrefslogtreecommitdiffstats
path: root/byterun/osdeps.h
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/osdeps.h')
-rw-r--r--byterun/osdeps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/byterun/osdeps.h b/byterun/osdeps.h
index ee0952ac1..8204205f7 100644
--- a/byterun/osdeps.h
+++ b/byterun/osdeps.h
@@ -61,7 +61,8 @@ extern char * caml_dlerror(void);
Return 0 on success, -1 on error; set errno in the case of error. */
extern int caml_read_directory(char * dirname, struct ext_table * contents);
-/* Recover executable name if possible (/proc/sef/exe under Linux, GetModuleFileName under Windows). */
+/* Recover executable name if possible (/proc/sef/exe under Linux,
+ GetModuleFileName under Windows). */
extern int caml_executable_name(char * name, int name_len);
#endif /* CAML_OSDEPS_H */