]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo
authorPhilipp Stephani <phst@google.com>
Sun, 30 Oct 2016 17:27:53 +0000 (18:27 +0100)
committerPhilipp Stephani <phst@google.com>
Sun, 30 Oct 2016 17:27:53 +0000 (18:27 +0100)
lib/libtask/context.c

index 95c140cc0f63ff4ef820c4af3ed37ff3f49124b9..fcb27d8ad6e17f1311df4847e3e7229c2346e093 100644 (file)
@@ -9,7 +9,7 @@
 #define UNICODE
 #include <windows.h>
 
-#elseif ! defined LIBTASK_USE_PTHREAD
+#elif ! defined LIBTASK_USE_PTHREAD
 
 #if defined(__APPLE__)
 #if defined(__i386__)