Commit 1fb4537e authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

Safemalloc typo fix found by clang.

parent 20848007
......@@ -352,9 +352,9 @@ static int sf_sanity()
if (count || irem)
{
warn("Error: Safemalloc link list destroyed");
return 1;
flag= 1;
}
return 0;
return flag;
}
/**
......
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