emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] test-concurrency ad03e7a: *src/sysdep.c: Fix a comment.


From: Eli Zaretskii
Subject: [Emacs-diffs] test-concurrency ad03e7a: *src/sysdep.c: Fix a comment.
Date: Fri, 9 Dec 2016 17:04:43 +0000 (UTC)

branch: test-concurrency
commit ad03e7af8b816a9a86480196383eaf080afc28e4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    *src/sysdep.c: Fix a comment.
---
 src/sysdep.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sysdep.c b/src/sysdep.c
index 46802dd..3d2b9bd 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -63,7 +63,7 @@ along with GNU Emacs.  If not, see 
<http://www.gnu.org/licenses/>.  */
 #define STDERR_FILENO fileno(GetStdHandle(STD_ERROR_HANDLE))
 #endif
 #include "w32.h"
-#endif /* not WINDOWSNT */
+#endif /* WINDOWSNT */
 
 #include <sys/types.h>
 #include <sys/stat.h>



reply via email to

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