added void parameter to chat-logger's main

This commit is contained in:
Václav Šmejkal 2023-02-09 19:51:41 +01:00
parent e77e578be8
commit 7a450a19c4
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -18,7 +18,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <why2/chat/common.h>
int main()
int main(void)
{
int listen_socket = socket(AF_INET, SOCK_STREAM, 0); //CREATE SERVER SOCKET