Fix windows whitespace

svn:r2860
This commit is contained in:
Nick Mathewson
2004-11-14 18:21:17 +00:00
parent 8e68f4af28
commit cb02a7e421
+1 -1
View File
@@ -1020,7 +1020,7 @@ option_is_same(or_options_t *o1, or_options_t *o2, config_var_t *var)
log_fn(LOG_ERR,"Internal error: can't compare configuration option '%s'",
var->name);
tor_assert(0);
return 0; /* unreached */
return 0; /* unreached */
}
}