aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 5bafb56d0..ddcb22a86 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -95,7 +95,7 @@ typedef struct config_var_t {
* be chosen first.
*/
static config_var_t _option_vars[] = {
- VAR("AccountingMax", MEMUNIT, AccountingMax, "0 bytes"),
+ VAR("AccountingMax", MEMUNIT, AccountingMax, "0 bytes"),
VAR("AccountingMaxKB", UINT, _AccountingMaxKB, "0"),
VAR("AccountingStart", STRING, AccountingStart, NULL),
VAR("Address", STRING, Address, NULL),