From 309dab3a9093744f611bd048b3549820eaa4a6e5 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 8 Jun 2023 19:41:38 +0000 Subject: [PATCH] fix typo --- gmid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmid.h b/gmid.h index ed72c5f..5cf782b 100644 --- a/gmid.h +++ b/gmid.h @@ -402,7 +402,7 @@ int serialize_iri(struct iri*, char*, size_t); int encode_path(char *, size_t, const char *); char *pct_decode_str(char *); -/* logger.h */ +/* logger.c */ void logger(struct privsep *, struct privsep_proc *); /* proxy.c */