From 5b57419b963b8817a6ad8fd03d762106f6f6603e Mon Sep 17 00:00:00 2001 From: Dm1tr1y147 Date: Tue, 28 Jul 2020 21:59:18 +0500 Subject: [PATCH] Fixed page titles --- src/server.c | 2 +- static/contacts/index.html | 2 +- static/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/server.c b/src/server.c index 58c3a27..7efae95 100644 --- a/src/server.c +++ b/src/server.c @@ -80,7 +80,7 @@ int main(int argc, char *argv[]) exit(1); } - int listenfd = get_listener_socket(port); + int listenfd = get_listener_socket(port); if (listenfd < 0) { err_msg("!fatal! couldn't create listening socket"); diff --git a/static/contacts/index.html b/static/contacts/index.html index 6ba3d40..b7a0a0b 100644 --- a/static/contacts/index.html +++ b/static/contacts/index.html @@ -5,7 +5,7 @@ - Test + Contacts diff --git a/static/index.html b/static/index.html index efce72d..f9f9312 100644 --- a/static/index.html +++ b/static/index.html @@ -5,7 +5,7 @@ - Test + Shishkov Dmitriy