From 8710901c0305212465031d4cb637dd5c38f94020 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 4 Jan 2025 17:04:14 +0100 Subject: [PATCH] Updated auth. --- auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.h b/auth.h index 56ef286..942fff6 100644 --- a/auth.h +++ b/auth.h @@ -19,6 +19,6 @@ const char * resolve_api_key(){ { return api_key; } - fprintf(stderr, "There is no API key configured in environment."); + fprintf(stderr, "\nThere is no API key configured in environment.\n"); return ""; } \ No newline at end of file