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

[Nbd] [PATCH] Fix typo in include guard test



Signed-off-by: Tuomas Jorma Juhani Räsänen <tuomasjjrasanen@...1261...>
---
 netdb-compat.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netdb-compat.h b/netdb-compat.h
index 7389ea7..de2625b 100644
--- a/netdb-compat.h
+++ b/netdb-compat.h
@@ -1,4 +1,4 @@
-#ifndef NETDB COMPAT_H
+#ifndef NETDB_COMPAT_H
 #define NETDB_COMPAT_H
 
 /* AI_NUMERICSERV as a value for the `ai_flags' member
-- 
1.7.10.4




Reply to: