# HG changeset patch # User Mike Becker # Date 1428166935 -7200 # Node ID 4d251abe0836ea679b7719bc882d40408a060b3d # Parent 07e2f2a78ac6e5dec06b57e05bb6a8ea318f0365 fuck_ diff -r 07e2f2a78ac6 -r 4d251abe0836 ucx/utils.h --- 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__) /** * va_list version of ucx_asprintf().