aboutsummaryrefslogtreecommitdiff
path: root/backendC
diff options
context:
space:
mode:
Diffstat (limited to 'backendC')
-rw-r--r--backendC/CleanCompilerSources/unix_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/unix_io.c b/backendC/CleanCompilerSources/unix_io.c
index 0aa0b12..fe3bd56 100644
--- a/backendC/CleanCompilerSources/unix_io.c
+++ b/backendC/CleanCompilerSources/unix_io.c
@@ -87,7 +87,7 @@ static void append_file_name_and_ext (char *path_p,char *fname_p,char *ext,int i
}
- strcpy (path_p,"Clean System Files\\");
+ strcpy (path_p,"Clean System Files/");
path_p += 19;
i=0;