summaryrefslogtreecommitdiff
path: root/src/htslib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htslib.c')
-rw-r--r--src/htslib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/htslib.c b/src/htslib.c
index f544141..fdd080e 100644
--- a/src/htslib.c
+++ b/src/htslib.c
@@ -86,10 +86,10 @@ static long int timezone = 0;
/* Windows might be missing va_copy */
#ifdef _WIN32
-#ifndef va_copy
-#define va_copy(dst, src) ((dst) = (src))
-#endif
-#endif
+#ifndef va_copy
+#define va_copy(dst, src) ((dst) = (src))
+#endif
+#endif
// Debugging
#if _HTS_WIDE