tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 8ce17e0b351afdb49fda0296f1151e10983b0395
parent f9fac733b900091917b56f6517ef2b2ed775f6e0
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 16 Oct 2019 09:14:01 -0400

practracker: add a missing #.

Diffstat:
Mscripts/maint/practracker/practracker.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/maint/practracker/practracker.py b/scripts/maint/practracker/practracker.py @@ -147,7 +147,7 @@ HEADER="""\ # file-size -- a .c file of more than {MAX_FILE_SIZE} lines, or a .h # file with more than {MAX_H_FILE_SIZE} lines. # include-count -- a .c file with more than {MAX_INCLUDE_COUNT} #includes, - or a .h file with more than {MAX_H_INCLUDE_COUNT} #includes. +# or a .h file with more than {MAX_H_INCLUDE_COUNT} #includes. # dependency-violation -- a file includes a header that it should # not, according to an advisory .may_include file. #