diff options
author | 2025-04-28 21:30:57 -0700 | |
---|---|---|
committer | 2025-04-28 21:30:57 -0700 | |
commit | b0c145916a2cc1c7388818d7eb1e513fa3fa2d83 (patch) | |
tree | 9007b77251c19c0f4bdb2b2f7be15f5eec8ece8f /src/config.h | |
parent | ed82fe0e2f6c97f62e714779ddd5e2b3107e0343 (diff) | |
download | github-mirror-b0c145916a2cc1c7388818d7eb1e513fa3fa2d83.tar.gz github-mirror-b0c145916a2cc1c7388818d7eb1e513fa3fa2d83.tar.zst github-mirror-b0c145916a2cc1c7388818d7eb1e513fa3fa2d83.zip |
Fix test compile errors
Diffstat (limited to '')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h> #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[]; |