diff --git a/bundle.json b/bundle.json index ff7e6701f7897f4ef1c3a6132477ea15dab7926e..a8eea9303d0365d53384cdfe7e0db3487efe3872 100644 --- a/bundle.json +++ b/bundle.json @@ -50,5 +50,6 @@ ], "test": [] } - } + + } } diff --git a/include/uv.h b/include/uv.h index 945c34ecabe9c56ce10d699a41f4cc5d135401ac..60d68d3223dc7186441e4aab87f75572cb40666d 100644 --- a/include/uv.h +++ b/include/uv.h @@ -33,7 +33,7 @@ extern "C" { #ifndef UV_EXTERN #ifdef _WIN32 - /* Windows - set up dll import/export decorators. */ + /* Windows - set up dll import/export decorators12. */ # if defined(BUILDING_UV_SHARED) /* Building shared library. */ # define UV_EXTERN __declspec(dllexport)