From e5100bc6b5d3d7b004a66358bdf66ae8d3b00084 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 22 Dec 2008 18:44:06 +0000 Subject: [PATCH] Oops; add missing return to redox.py svn:r17737 --- contrib/redox.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/redox.py b/contrib/redox.py index f858df4aed..afb457953b 100755 --- a/contrib/redox.py +++ b/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. """