diff options
Diffstat (limited to 'src/misc/ngx_cpp_test_module.cpp')
-rw-r--r-- | src/misc/ngx_cpp_test_module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/ngx_cpp_test_module.cpp b/src/misc/ngx_cpp_test_module.cpp index 3cbc0a811..5d2f08d39 100644 --- a/src/misc/ngx_cpp_test_module.cpp +++ b/src/misc/ngx_cpp_test_module.cpp @@ -1,5 +1,5 @@ -// stub module to test header files' C++ compatibilty +// stub module to test header files' C++ compatibility extern "C" { #include <ngx_config.h> |