Cut internal macro names to have equal number of underscores on each side (take two)

This commit is contained in:
Mike Gelfand 2015-05-04 20:06:05 +00:00
parent 7879100c01
commit 5de8bbe6d8
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#include <locale.h> /* setlocale() */
#define __LIBTRANSMISSION_VARIANT_MODULE___
#define __LIBTRANSMISSION_VARIANT_MODULE__
#include "transmission.h"
#include "utils.h" /* tr_free */
#include "variant.h"