From b0c145916a2cc1c7388818d7eb1e513fa3fa2d83 Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Mon, 28 Apr 2025 21:30:57 -0700 Subject: Fix test compile errors --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index ef08c91..aacf417 100644 --- a/src/config.h +++ b/src/config.h @@ -8,7 +8,7 @@ #include #define GH_DEFAULT_ENDPOINT "https://api.github.com/graphql" -#define GH_DEFAULT_USER_AGENT ("github_mirror/" GITHUB_MIRROR_VERSION) +#define GH_DEFAULT_USER_AGENT "github_mirror/" GITHUB_MIRROR_VERSION extern const char *config_locations[]; -- cgit v1.2.3