diff options
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[]; |