commit 8684376887a463bd20d739da70ebd180de345291 parent f7799662d48ab4de950314127af067edf4f9818e Author: LRN <lrn1986@gmail.com> Date: Thu, 16 Aug 2012 02:02:33 +0000 Fix a typo Diffstat:
| M | src/main/extractor_plugpath.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/extractor_plugpath.c b/src/main/extractor_plugpath.c @@ -70,7 +70,7 @@ cut_bin (char * in) p -= 4; } else if (0 == strcmp (&in[p-4], - "\bin")) + "\\bin")) { in[p-4] = '\0'; p -= 4;