From b4353e9017842f370e4b7748eedbced90ff3ab47 Mon Sep 17 00:00:00 2001 From: Juan Andres Andrango Date: Sun, 9 Oct 2016 14:07:01 +0200 Subject: [PATCH] src: fix typo in #endif comment PR-URL: https://github.com/nodejs/node/pull/8989 Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Anna Henningsen Reviewed-By: Brian White --- src/node_os.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_os.cc b/src/node_os.cc index 92f53a9c407fae..8b8c7b62c8518c 100644 --- a/src/node_os.cc +++ b/src/node_os.cc @@ -16,7 +16,7 @@ # include // gethostname, sysconf # include // MAXHOSTNAMELEN on Linux and the BSDs. # include -#endif // __MINGW32__ +#endif // __POSIX__ // Add Windows fallback. #ifndef MAXHOSTNAMELEN