summaryrefslogtreecommitdiff
path: root/build/aplibtool.c
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2011-02-18 11:27:05 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2011-02-18 11:27:05 +0000
commit15c7fc6114ad6b188730571cc554477e1a74d93a (patch)
tree3d1a323b2d658f35ff93ece931a254241347061c /build/aplibtool.c
parentb3be3d2cd4370d097b24e7760ee6c24f8287cd43 (diff)
downloadlibapr-15c7fc6114ad6b188730571cc554477e1a74d93a.tar.gz
Axed C++ comments and tabs.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1071969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/aplibtool.c')
-rw-r--r--build/aplibtool.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/aplibtool.c b/build/aplibtool.c
index 8f4943c3e..ffbdc3f7b 100644
--- a/build/aplibtool.c
+++ b/build/aplibtool.c
@@ -532,9 +532,9 @@ char *shell_esc(const char *str)
for (; *s; ++s) {
if (*s == '"' || *s == '\\') {
- *d++ = '\\';
- }
- *d++ = *s;
+ *d++ = '\\';
+ }
+ *d++ = *s;
}
*d = '\0';