summaryrefslogtreecommitdiff
path: root/include/git2/sys/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/sys/stream.h')
-rw-r--r--include/git2/sys/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/sys/stream.h b/include/git2/sys/stream.h
index 6f93cc48c..e0e03a2d7 100644
--- a/include/git2/sys/stream.h
+++ b/include/git2/sys/stream.h
@@ -79,7 +79,7 @@ typedef enum {
GIT_STREAM_STANDARD = 1,
/** A TLS-encrypted socket. */
- GIT_STREAM_TLS = 2,
+ GIT_STREAM_TLS = 2
} git_stream_t;
/**