diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-03-26 10:11:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-03-26 10:11:45 -0400 |
commit | 4895d8288c04577ffc1aed92ee4bffbabbd23295 (patch) | |
tree | 1cd134738d5fe72753de9f28863a011bf97dc0c9 /src/common/sandbox.c | |
parent | cc90b57b045596a3ace603b23c6c932c841cb050 (diff) | |
download | tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.tar.gz tor-4895d8288c04577ffc1aed92ee4bffbabbd23295.zip |
Do not treat "DOCDOC" as doxygen.
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r-- | src/common/sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c index 96429ce5aa..70c5bbd07c 100644 --- a/src/common/sandbox.c +++ b/src/common/sandbox.c @@ -1082,7 +1082,7 @@ sandbox_intern_string(const char *str) return str; } -/** DOCDOC */ +/* DOCDOC */ static int prot_strings_helper(strmap_t *locations, char **pr_mem_next_p, |