aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_plugpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_plugpath.c')
-rw-r--r--src/main/extractor_plugpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_plugpath.c b/src/main/extractor_plugpath.c
index c174af7..450c765 100644
--- a/src/main/extractor_plugpath.c
+++ b/src/main/extractor_plugpath.c
@@ -70,7 +70,7 @@ cut_bin (char * in)
70 p -= 4; 70 p -= 4;
71 } 71 }
72 else if (0 == strcmp (&in[p-4], 72 else if (0 == strcmp (&in[p-4],
73 "\bin")) 73 "\\bin"))
74 { 74 {
75 in[p-4] = '\0'; 75 in[p-4] = '\0';
76 p -= 4; 76 p -= 4;