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
  • Loading branch information
MylesBorins committed Apr 24, 2017
1 parent bf14dbe commit 9357772
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 @@ -73,7 +73,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 9357772

Please sign in to comment.