aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-08-16 02:02:33 +0000
committerLRN <lrn1986@gmail.com>2012-08-16 02:02:33 +0000
commit8684376887a463bd20d739da70ebd180de345291 (patch)
treed9456ca90df0e0af12a5c76e7c88c6fe77f910d0
parentf7799662d48ab4de950314127af067edf4f9818e (diff)
downloadlibextractor-8684376887a463bd20d739da70ebd180de345291.tar.gz
libextractor-8684376887a463bd20d739da70ebd180de345291.zip
Fix a typo
-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;