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 Myles Borins committed Nov 22, 2016
1 parent fc77cbb commit b4353e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_os.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 b4353e9

Please sign in to comment.