Commit 2aa86b03 authored by Nick Mathewson's avatar Nick Mathewson 🐹
Browse files

Fix a doubled word in the output.

parent 613fb1b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2821,7 +2821,7 @@ class ParseFnGenerator(CodeGenerator):
        self.w('ptr += remaining; remaining = 0;\n')

HEADER_BOILERPLATE = """\
/* %(h_fname)s -- generated by by Trunnel v%(version)s.
/* %(h_fname)s -- generated by Trunnel v%(version)s.
 * https://gitweb.torproject.org/trunnel.git
 * You probably shouldn't edit this file.
 */
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@
# a package.
#

__version__ = "1.5.1"
__version__ = "1.5.2"