summaryrefslogtreecommitdiff
path: root/indra/llkdu/llkdumem.h
diff options
context:
space:
mode:
authorcallum_linden <none@none>2014-12-10 13:02:36 -0800
committercallum_linden <none@none>2014-12-10 13:02:36 -0800
commit6bb3fc93926e93154d9651e16e131ffa4c805a2e (patch)
tree68e413308788f6a7833d9c4ec34d106021511d15 /indra/llkdu/llkdumem.h
parent3d94afafb530b9841c151a24799a08f064b70ede (diff)
Fix for incorrectly formatted #if statements (worked on clang FWIW!)
Diffstat (limited to 'indra/llkdu/llkdumem.h')
-rwxr-xr-xindra/llkdu/llkdumem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llkdu/llkdumem.h b/indra/llkdu/llkdumem.h
index a0d304868e..fab913d93b 100755
--- a/indra/llkdu/llkdumem.h
+++ b/indra/llkdu/llkdumem.h
@@ -36,7 +36,7 @@
#pragma clang diagnostic ignored "-Wunused-private-field"
#include "kdu_image.h"
#pragma clang diagnostic pop
-#elif
+#else
#include "kdu_image.h"
#endif