From c6a20cd27a97e2ff7a854c134271d0aa0becd78f Mon Sep 17 00:00:00 2001 From: Nicky Date: Wed, 8 Oct 2014 00:59:02 +0200 Subject: [PATCH] KDU_NO_THREADS get changed by accident into KDU_NO_THREAD. Fix that. --- indra/llkdu/llkdumem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llkdu/llkdumem.h b/indra/llkdu/llkdumem.h index b2c95acccc..5ab0916775 100755 --- a/indra/llkdu/llkdumem.h +++ b/indra/llkdu/llkdumem.h @@ -38,7 +38,7 @@ // // Support classes for reading and writing from memory buffers in KDU -#define KDU_NO_THREAD +#define KDU_NO_THREADS // Some magic to make KDU and the viewer agree with internal alignments #if KDU_MAJOR_VERSION >= 7 && KDU_MINOR_VERSION >= 5