Explorar el Código

Added space between "v." and version number

Sergey Lyubka hace 14 años
padre
commit
488694991c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -211,7 +211,7 @@ static void process_command_line_arguments(char *argv[], char **options) {
 }
 
 static void init_server_name(void) {
-  snprintf(server_name, sizeof(server_name), "Mongoose web server v.%s",
+  snprintf(server_name, sizeof(server_name), "Mongoose web server v. %s",
            mg_version());
 }