Sat, 04 Apr 2015 19:02:15 +0200
fuck_
ucx/utils.h | file | annotate | diff | comparison | revisions |
--- a/ucx/utils.h Sat Apr 04 18:58:24 2015 +0200 +++ b/ucx/utils.h Sat Apr 04 19:02:15 2015 +0200 @@ -221,7 +221,7 @@ /** Shortcut for ucx_asprintf() with default allocator. */ #define ucx_sprintf(fmt, ...) \ - ucx_asprintf(ucx_default_allocator(), fmt, __VA_ARGS___) + ucx_asprintf(ucx_default_allocator(), fmt, __VA_ARGS__) /** * <code>va_list</code> version of ucx_asprintf().