summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlmcglash <lmcglash@mathworks.com>2023-03-10 09:06:26 +0000
committerlmcglash <lmcglash@mathworks.com>2023-03-10 09:06:26 +0000
commit2da3e8c16629cee9736965556a50dc7502e1dec7 (patch)
treee5adf2dcb2e032d6057b4e1c62a02af8eef14872
parent1cc2979a71ba042c20ea3e18484d4a50c4fdf10d (diff)
downloadlibgit2-2da3e8c16629cee9736965556a50dc7502e1dec7.tar.gz
Remove stray comma
-rw-r--r--src/libgit2/transports/smart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libgit2/transports/smart.h b/src/libgit2/transports/smart.h
index 15b6c9a0a..8e06d03ef 100644
--- a/src/libgit2/transports/smart.h
+++ b/src/libgit2/transports/smart.h
@@ -54,7 +54,7 @@ typedef enum {
GIT_PKT_NG,
GIT_PKT_UNPACK,
GIT_PKT_SHALLOW,
- GIT_PKT_UNSHALLOW,
+ GIT_PKT_UNSHALLOW
} git_pkt_type;
/* Used for multi_ack and multi_ack_detailed */
@@ -144,7 +144,7 @@ typedef struct transport_smart_caps {
thin_pack:1,
want_tip_sha1:1,
want_reachable_sha1:1,
- shallow:1;
+ shallow:1;
char *object_format;
char *agent;
} transport_smart_caps;