From 907208585259858e5ab7c6707bd645a0a4eacd60 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 2 Jun 2024 15:02:09 +0200 Subject: [PATCH] Remove stray space --- errlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errlog.c b/errlog.c index 75040d16..f135e31c 100644 --- a/errlog.c +++ b/errlog.c @@ -86,7 +86,7 @@ static FILE *logfp = NULL; static int debug = (LOG_LEVEL_FATAL | LOG_LEVEL_ERROR); /* static functions */ -static void fatal_error(const char * error_message); +static void fatal_error(const char *error_message); #ifdef _WIN32 static char *w32_socket_strerr(int errcode, char *tmp_buf); #endif -- 2.39.2