Skip to content
Snippets Groups Projects
Commit 6793fa56 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Fix another empty #elif to plain #else.

parent 1bd8a67d
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#pragma clang diagnostic ignored "-Wunused-private-field" #pragma clang diagnostic ignored "-Wunused-private-field"
#include "llkdumem.h" #include "llkdumem.h"
#pragma clang diagnostic pop #pragma clang diagnostic pop
#elif #else
#include "llkdumem.h" #include "llkdumem.h"
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment