diff options
| author | mrb0nk500 <b0nk@b0nk.xyz> | 2021-06-08 10:04:51 -0400 |
|---|---|---|
| committer | mrb0nk500 <b0nk@b0nk.xyz> | 2021-06-08 10:04:51 -0400 |
| commit | 31605a0a6b603213a5e6b78271052266814269a6 (patch) | |
| tree | 713cfb23487ac7899b6fb6786dbecd4a8f03c894 | |
| parent | 35bad5b5b40be429cc4643b22e786b221ca0d133 (diff) | |
Removed unnecessary comment in `config_opts`.
| -rw-r--r-- | config.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)}, |
