Remove stray space
authorFabian Keil <fk@fabiankeil.de>
Sun, 2 Jun 2024 13:02:09 +0000 (15:02 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 9 Jun 2024 13:24:07 +0000 (15:24 +0200)
errlog.c

index 75040d1..f135e31 100644 (file)
--- 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