Browse Source

Oops; add missing return to redox.py

svn:r17737
Nick Mathewson 15 years ago
parent
commit
e5100bc6b5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contrib/redox.py

+ 2 - 0
contrib/redox.py

@@ -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.
     """