]> git.proxmox.com Git - libgit2.git/blobdiff - include/git2/proxy.h
New upstream version 1.4.3+dfsg.1
[libgit2.git] / include / git2 / proxy.h
index 653425dee079416a46813cecf83b5c4de79e8ec4..cfc0c645f8bb09633df3496b372a710aeaff0165 100644 (file)
@@ -32,7 +32,7 @@ typedef enum {
        /**
         * Connect via the URL given in the options
         */
-       GIT_PROXY_SPECIFIED,
+       GIT_PROXY_SPECIFIED
 } git_proxy_t;
 
 /**