Move a couple of variable declarations in get_last_url() to the beginning of their...
authorFabian Keil <fk@fabiankeil.de>
Fri, 5 Oct 2012 12:15:39 +0000 (12:15 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 5 Oct 2012 12:15:39 +0000 (12:15 +0000)
commitda35782a8557d6d11ef251507f9bc87393bc4241
tree851053535b00d21efab4cd0579797d1460d694b1
parent57572d756236b46786d4bb1af11bba40aa5d573a
Move a couple of variable declarations in get_last_url() to the beginning of their code block

It's how we usually do it and is apparently also required
when compiling with gcc 2.95.

Initial patch submitted by Simon South in #3564815.
filters.c