summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-01-06 20:21:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-01-06 20:21:37 +0100
commit9ca4e6e1940a22cf82cc492da6a3ce0b3d8e0e80 (patch)
tree9e97de58564900bbdbf432bd92aee42d84583f5e /ucb
parent5b8ad54cc596a58da1f79937cc6709ce0799ac7f (diff)
Fix extra right parenthesis
Change-Id: I0386aedb2fc8c70122fc1e5d7c370ca5fd47ad9e
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
index 637337a92959..9cff1d7be13e 100644
--- a/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
+++ b/ucb/source/ucp/webdav/SerfPropFindReqProcImpl.cxx
@@ -120,7 +120,7 @@ serf_bucket_t * SerfPropFindReqProcImpl::createSerfRequestBucket( serf_request_t
aBodyText += "\"/>";
}
- aBodyText = "<prop>" + aBodyText + "</prop>" );
+ aBodyText = "<prop>" + aBodyText + "</prop>";
}
else
{