diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-11 17:23:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-11 17:23:00 +0000 |
commit | 4e69284e8926554acd01c3beab72e26609c89926 (patch) | |
tree | f5ccba028a89edba9b31e7a9d275ee9ef2fdf718 /src/or | |
parent | 65c71a5a9e595b7c2689fe6a992cb43a4c4202fe (diff) | |
download | tor-4e69284e8926554acd01c3beab72e26609c89926.tar.gz tor-4e69284e8926554acd01c3beab72e26609c89926.zip |
Fix wide line in main.c
svn:r17587
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 3d02d2e871..b41559bd80 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1331,7 +1331,7 @@ do_hup(void) addressmap_clear_transient(); /* first, reload config variables, in case they've changed */ if (options->ReloadTorrcOnSIGHUP) { - /* no need to provide argc/v, they've been cached inside init_from_config */ + /* no need to provide argc/v, they've been cached in init_from_config */ if (options_init_from_torrc(0, NULL) < 0) { log_err(LD_CONFIG,"Reading config failed--see warnings above. " "For usage, try -h."); |