Commit e5100bc6 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Oops; add missing return to redox.py

svn:r17737
parent 1df93bc0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -172,6 +172,8 @@ def checkf(fn, errs):

                comments.append((ln, kind, name))

    return comments

def applyComments(fn, entries):
    """I apply lots of comments to the file in fn, making a new .newdoc file.
    """