Commit 62b8d3d4 authored by Will DeVries's avatar Will DeVries Committed by Sergei Petrunia

Remove extraneous semicolon

parent cce38f80
......@@ -871,7 +871,7 @@ int ha_clustrixdb::rnd_pos(uchar * buf, uchar *pos)
goto err;
err:
if (rowdata);
if (rowdata)
my_free(rowdata);
if (packed_key)
......
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