move_container_to fixup

This commit is contained in:
taiyu 2015-08-26 11:01:26 -07:00
parent c4257055eb
commit 1fa7a91bfb
7 changed files with 45 additions and 19 deletions

View file

@ -100,7 +100,7 @@ void sway_log_errno(log_importance_t verbosity, char* format, ...) {
}
}
bool sway_assert(bool condition, const char* format, ...) {
bool _sway_assert(bool condition, const char* format, ...) {
if (condition) {
return true;
}