canonicalize: fix C89 compilation
authorPádraig Brady <P@draigBrady.com>
Mon, 15 Oct 2012 05:38:19 +0000 (22:38 -0700)
committerPádraig Brady <P@draigBrady.com>
Mon, 15 Oct 2012 05:43:38 +0000 (22:43 -0700)
commit573dad2ce496fa87dac2e79f37bae62e0be1d2c6
treeffbba2c7287505a6d80c8673d556af804e6fc6b9
parent308c394b3c4ee0bc13826b381b9f0668481c4a0f
canonicalize: fix C89 compilation

* lib/canonicalize.c (canonicalize_filename_mode): Swap order of
declarations so C89 is supported.  Also remove the comment
referencing mem allocation as the suggested feature could
not be implemented as suggested.
Reported by Michael Goffioul
ChangeLog
lib/canonicalize.c