diff options
Diffstat (limited to 'src/dosinst.h')
-rw-r--r-- | src/dosinst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosinst.h b/src/dosinst.h index b33426ad7..97d83d970 100644 --- a/src/dosinst.h +++ b/src/dosinst.h @@ -452,7 +452,7 @@ run_command(char *cmd) /* * Append a backslash to "name" if there isn't one yet. */ - static void + void add_pathsep(char *name) { int len = strlen(name); |