Skip to content

Commit

Permalink
src: fix typo in #endif comment
Browse files Browse the repository at this point in the history
PR-URL: #8989
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Brian White <mscdex@mscdex.net>
  • Loading branch information
juanandresnyc authored and Fishrock123 committed Oct 11, 2016
1 parent cf92be6 commit 59aa103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_os.cc
Expand Up @@ -17,7 +17,7 @@
# include <unistd.h> // gethostname, sysconf
# include <sys/param.h> // MAXHOSTNAMELEN on Linux and the BSDs.
# include <sys/utsname.h>
#endif // __MINGW32__
#endif // __POSIX__

// Add Windows fallback.
#ifndef MAXHOSTNAMELEN
Expand Down

0 comments on commit 59aa103

Please sign in to comment.