diff --git a/examples/embedded_c/embedded_c.c b/examples/embedded_c/embedded_c.c index d45b2e7a..fb3ff832 100644 --- a/examples/embedded_c/embedded_c.c +++ b/examples/embedded_c/embedded_c.c @@ -34,21 +34,28 @@ int ExampleHandler(struct mg_connection *conn, void *cbdata) mg_printf( conn, "
To see a page from the A handler click A
"); - mg_printf(conn, "To see a page from the A handler click " - "A/A
"); - mg_printf(conn, "To see a page from the A/B handler click A/B
"); - mg_printf(conn, "To see a page from the B handler (0) click B
"); - mg_printf(conn, "To see a page from the B handler (1) click B/A
"); - mg_printf(conn, "To see a page from the B handler (2) click B/B
"); - mg_printf(conn, "To see a page from the *.foo handler click xy.foo
"); + mg_printf(conn, + "To see a page from the A handler click " + "A/A
"); + mg_printf(conn, + "To see a page from the A/B handler click A/B
"); + mg_printf(conn, + "To see a page from the B handler (0) click B
"); + mg_printf(conn, + "To see a page from the B handler (1) click B/A
"); + mg_printf(conn, + "To see a page from the B handler (2) click B/B
"); + mg_printf(conn, + "To see a page from the *.foo handler click xy.foo
"); #ifdef USE_WEBSOCKET - mg_printf(conn, "To test websocket handler click " - "websocket
"); + mg_printf(conn, + "To test websocket handler click " + "websocket
"); #endif mg_printf(conn, "To exit click exit
", EXIT_URI); mg_printf(conn, "