use defined(TEST_SNPRINTF) like on all other places in the same file

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14686 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-03-26 11:13:06 +00:00
parent ad6076e436
commit dda06c4682

View File

@@ -65,7 +65,7 @@ struct snprintf_state {
/* XXX - methods */
};
#if TEST_SNPRINTF
#if defined(TEST_SNPRINTF)
#include "snprintf-test.h"
#endif /* TEST_SNPRINTF */