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

This commit is contained in:
snnn 2013-04-17 14:33:55 +08:00
parent f47bf214e5
commit 4c238c5b36
1 changed files with 1 additions and 1 deletions

View File

@ -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;