summaryrefslogtreecommitdiff
path: root/include/git2/proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/proxy.h')
-rw-r--r--include/git2/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/proxy.h b/include/git2/proxy.h
index 653425dee..cfc0c645f 100644
--- a/include/git2/proxy.h
+++ b/include/git2/proxy.h
@@ -32,7 +32,7 @@ typedef enum {
/**
* Connect via the URL given in the options
*/
- GIT_PROXY_SPECIFIED,
+ GIT_PROXY_SPECIFIED
} git_proxy_t;
/**