summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2021-06-08 10:04:51 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2021-06-08 10:04:51 -0400
commit31605a0a6b603213a5e6b78271052266814269a6 (patch)
tree713cfb23487ac7899b6fb6786dbecd4a8f03c894 /config.h
parent35bad5b5b40be429cc4643b22e786b221ca0d133 (diff)
Removed unnecessary comment in `config_opts`.
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 5a85baf..999294b 100644
--- a/config.h
+++ b/config.h
@@ -42,7 +42,6 @@ union config_val {
};
static const config_opt config_opts[] = {
- /* {"name", "desc", type, &func} */
{"git-root", "Root of git server (can also be a url).", TYPE_STRING, offsetof(config, git_root)},
{"socket-type", "Socket type to use (options: unix, network. default: network).", TYPE_STRING, offsetof(config, sock_type)},
{"socket", "Path, IP address, or domain name of socket.", TYPE_STRING, offsetof(config, sock)},