libtext/easy_sprintf.c: dropped redundant parantheses
This commit is contained in:
parent
4cd5d72876
commit
802724c3be
@ -22,7 +22,7 @@
|
||||
#include <string.h>
|
||||
#include "text.h"
|
||||
|
||||
#if !defined(HAVE_VSNPRINTF) && defined(HAVE___VSNPRINTF)
|
||||
#if !defined HAVE_VSNPRINTF && defined HAVE___VSNPRINTF
|
||||
# define vsnprintf __vsnprintf
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user