rgw: remove stray semicolon

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2011-06-17 09:26:55 -07:00
parent 4ca8054c5a
commit 4efdc52ad8

View File

@ -365,7 +365,7 @@ void RGWListBucketMultiparts_REST_S3::send_response()
if (!upload_id_marker.empty())
s->formatter->dump_value_str("UploadIdMarker", upload_id_marker.c_str());
string next_key = next_marker.mp.get_key();
if (!next_key.empty());
if (!next_key.empty())
s->formatter->dump_value_str("NextKeyMarker", next_key.c_str());
string next_upload_id = next_marker.mp.get_upload_id();
if (!next_upload_id.empty())