From 11b3604e929231eedff3f81e0422e3a81657fb2e Mon Sep 17 00:00:00 2001 From: Mike Kelly Date: Wed, 21 Mar 2012 21:02:00 -0700 Subject: [PATCH] Moved a comment nearer its code. --- backend/avision.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/avision.c b/backend/avision.c index 9fec0b075..7b3a9bd29 100644 --- a/backend/avision.c +++ b/backend/avision.c @@ -7483,8 +7483,8 @@ reader_process (void *data) sane_strstatus (status)); return status; } - /* we can set anything here without fear because the process will terminate soon and take our changes with it */ } + /* we can set anything here without fear because the process will terminate soon and take our changes with it */ s->page += 1; s->params.lines = line; exit_status = reader_process (s);