diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2014-12-16 13:55:15 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2014-12-16 13:55:15 -0500 |
commit | 6793fa569b9f4eec11b4df6de1fec61e3207fe4a (patch) | |
tree | 2451ab318b0e367c027d2b820bd8d867a299a9ad /indra/llkdu/tests/llimagej2ckdu_test.cpp | |
parent | 1bd8a67dcbc2645565a2b95fa1424ffd0eb8d538 (diff) |
Fix another empty #elif to plain #else.
Diffstat (limited to 'indra/llkdu/tests/llimagej2ckdu_test.cpp')
-rwxr-xr-x | indra/llkdu/tests/llimagej2ckdu_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp index 1c9969a5df..dd20ac295d 100755 --- a/indra/llkdu/tests/llimagej2ckdu_test.cpp +++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp @@ -34,7 +34,7 @@ #pragma clang diagnostic ignored "-Wunused-private-field" #include "llkdumem.h" #pragma clang diagnostic pop -#elif +#else #include "llkdumem.h" #endif |