diff --git a/src/node-curl.h b/src/node-curl.h index 58cffd7..175e492 100644 --- a/src/node-curl.h +++ b/src/node-curl.h @@ -277,7 +277,7 @@ class NodeCurl static v8::Handle getinfo_int(const v8::Arguments & args) { - return getinfo(args); + return getinfo(args); } static v8::Handle getinfo_str(const v8::Arguments & args)