From 1fa7a91bfb4ccbd42a535787f3bb208913b4a7e9 Mon Sep 17 00:00:00 2001 From: taiyu Date: Wed, 26 Aug 2015 11:01:26 -0700 Subject: move_container_to fixup --- sway/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/log.c') diff --git a/sway/log.c b/sway/log.c index bea30837..66898a28 100644 --- a/sway/log.c +++ b/sway/log.c @@ -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; } -- cgit v1.2.3