Skip to content
Snippets Groups Projects
Commit 44718539 authored by Sean McBride's avatar Sean McBride
Browse files

Fix for extraneous semi-colon warning

parent 0f44b620
No related branches found
No related tags found
1 merge request!235Fix various warnings
......@@ -53,7 +53,7 @@ std::string Status::GetString() const
LocalFree(message);
} break;
#endif
};
}
return err;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment