Skip to content

Commit

Permalink
src: remove extraneous dot
Browse files Browse the repository at this point in the history
This got accidentally added when landing original commit

PR-URL: #12626
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Nikolai Vavilov <vvnicholas@gmail.com>
  • Loading branch information
MylesBorins authored and evanlucas committed May 2, 2017
1 parent 200e899 commit cfd9144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#endif

#include <errno.h>
#include <fcntl.h>. // _O_RDWR
#include <fcntl.h> // _O_RDWR
#include <limits.h> // PATH_MAX
#include <locale.h>
#include <signal.h>
Expand Down

0 comments on commit cfd9144

Please sign in to comment.