commit c437923fc2ea3462ae92f3a368978400020ac539 parent dab30184ccbf6b7c71bcbf6d59661f3198ed70b3 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Thu, 23 Jun 2022 10:44:20 +0200 typo Diffstat:
M | src/caldav.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/caldav.c b/src/caldav.c @@ -82,7 +82,7 @@ char* read_tokenfile() { free(tokenfile_path); if (token_file == NULL) { - perror("Warning - failed to open tokenfile in extract_oauth_code"); + perror("Warning - failed to open tokenfile in read_tokenfile()"); return NULL; }