Commit 4c238c5b authored by snnn's avatar snnn

fix building on mac os x. "error: invalid suffix on literal; C++11 requires a...

fix building on mac os x. "error: invalid suffix on literal; C++11 requires a space between literal and identifier"
parent f47bf214
......@@ -324,7 +324,7 @@ void fill_default_config()
mod_config()->daemon = false;
mod_config()->verify_client = false;
mod_config()->server_name = "shrpx spdylay/"SPDYLAY_VERSION;
mod_config()->server_name = "shrpx spdylay/" SPDYLAY_VERSION;
set_config_str(&mod_config()->host, "0.0.0.0");
mod_config()->port = 3000;
mod_config()->private_key_file = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment