summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index cd9d7df..7e25f34 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
#include <string.h>
static const config_opt config_opts[] = {
- /* {"name", "desc", type, &var} */
+ /* {"name", "desc", type, var} */
{"git-root", "Root of git server (can also be a url).", TYPE_STRING, git_root},
{"socket-type", "Socket type to use (options: unix, network. default: network).", TYPE_STRING, sock_type},
{"socket", "Path, IP address, or domain name of socket.", TYPE_STRING, sock},