Kaydet (Commit) 9ca4e6e1 authored tarafından Julien Nabet's avatar Julien Nabet

Fix extra right parenthesis

Change-Id: I0386aedb2fc8c70122fc1e5d7c370ca5fd47ad9e
üst 5b8ad54c
......@@ -120,7 +120,7 @@ serf_bucket_t * SerfPropFindReqProcImpl::createSerfRequestBucket( serf_request_t
aBodyText += "\"/>";
}
aBodyText = "<prop>" + aBodyText + "</prop>" );
aBodyText = "<prop>" + aBodyText + "</prop>";
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment