summaryrefslogtreecommitdiff
path: root/src/netops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/netops.h')
-rw-r--r--src/netops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netops.h b/src/netops.h
index 7140b39bc..56f968534 100644
--- a/src/netops.h
+++ b/src/netops.h
@@ -42,7 +42,7 @@ typedef struct gitno_buffer {
/* Flags to gitno_connect */
enum {
/* Attempt to create an SSL connection. */
- GITNO_CONNECT_SSL = 1,
+ GITNO_CONNECT_SSL = 1
};
/**