diff options
author | Roger Dingledine <arma@torproject.org> | 2005-10-06 05:08:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-10-06 05:08:00 +0000 |
commit | 0e5b6a84eb1ab156437d24c2fc1cb61249b008d4 (patch) | |
tree | eb566b339c7a5055c662430b81fd5dd261d62541 /src/or/config.c | |
parent | ba24193ab51bec6f7c451c622f6476a7ab6adc42 (diff) | |
download | tor-0e5b6a84eb1ab156437d24c2fc1cb61249b008d4.tar.gz tor-0e5b6a84eb1ab156437d24c2fc1cb61249b008d4.zip |
without braces, what will hold up the code?
svn:r5209
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 02fe7e4caf..aaaf4a3f5a 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -36,7 +36,7 @@ typedef enum config_type_t { CONFIG_TYPE_OBSOLETE, /**< Obsolete (ignored) option. */ } config_type_t; -/** An abbreviation for a configuration option allowed on the command line */ +/** An abbreviation for a configuration option allowed on the command line. */ typedef struct config_abbrev_t { const char *abbreviated; const char *full; |