emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] concurrency-libtask dddd533 2/3: Fix typo


From: Philipp Stephani
Subject: [Emacs-diffs] concurrency-libtask dddd533 2/3: Fix typo
Date: Sun, 30 Oct 2016 17:30:01 +0000 (UTC)

branch: concurrency-libtask
commit dddd5333d1a90c8a1fd3128a41c5f5dcb6b38684
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    Fix typo
---
 lib/libtask/context.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libtask/context.c b/lib/libtask/context.c
index 95c140c..fcb27d8 100644
--- a/lib/libtask/context.c
+++ b/lib/libtask/context.c
@@ -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__)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]