[gnutls-devel] [PATCH 3/4] Fix a preprocessor warning about mismatched quotes.

Tim Kosse tim.kosse at filezilla-project.org
Sat Apr 18 11:38:56 CEST 2015


---
 lib/system-keys-win.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/system-keys-win.c b/lib/system-keys-win.c
index 6eb6446..610cc23 100644
--- a/lib/system-keys-win.c
+++ b/lib/system-keys-win.c
@@ -38,7 +38,7 @@
 #include <urls.h>
 
 #if !defined(_WIN32)
-# error shouldn't be included
+# error should not be included
 #endif
 
 #include <wincrypt.h>
-- 
2.1.4




More information about the Gnutls-devel mailing list