Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/pipe_wrap.cc')
-rw-r--r--src/pipe_wrap.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipe_wrap.cc b/src/pipe_wrap.cc
index 5c2b38f1a00..0d0a0045764 100644
--- a/src/pipe_wrap.cc
+++ b/src/pipe_wrap.cc
@@ -255,4 +255,4 @@ Handle<Value> PipeWrap::Connect(const Arguments& args) {
} // namespace node
-NODE_MODULE(node_pipe_wrap, node::PipeWrap::Initialize);
+NODE_MODULE(node_pipe_wrap, node::PipeWrap::Initialize)