# HG changeset patch # User Binki # Date 2009-07-25 13:08:18 # Node ID dd014aec7d564b095a8fcb302fcd499f313177a8 # Parent 6ef3e16151a535ad802720a0b2d67eab665181a5 fixed typo diff --git a/src/common/options.c b/src/common/options.c --- a/src/common/options.c +++ b/src/common/options.c @@ -91,7 +91,6 @@ int options_init(int argc, char *argv[], cfg_opt_t common_opts[] = { CFG_SIMPLE_STR("ssh-command", &(*allopts)->remoteio->ssh_command), - CF CFG_END() };