summaryrefslogtreecommitdiff
path: root/src/webserver/pages/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/webserver/pages/about.c')
-rw-r--r--src/webserver/pages/about.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webserver/pages/about.c b/src/webserver/pages/about.c
index 2b0002a..b548da9 100644
--- a/src/webserver/pages/about.c
+++ b/src/webserver/pages/about.c
@@ -1,6 +1,6 @@
-void generate_about(int sock_in, char *query, char *ip)
+void generate_about (int sock_in, char *query, char *ip)
{
//printf("%s", html_header("About"));
- web_send(sock_in, html_header("About"));
- web_send(sock_in, "<center>eAthena Web Server!</center>\n");
+ web_send (sock_in, html_header ("About"));
+ web_send (sock_in, "<center>eAthena Web Server!</center>\n");
}