summaryrefslogtreecommitdiff
path: root/src/devices/grohtml/output.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/grohtml/output.cc')
-rw-r--r--src/devices/grohtml/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/grohtml/output.cc b/src/devices/grohtml/output.cc
index 48c85ee0..d6dc1884 100644
--- a/src/devices/grohtml/output.cc
+++ b/src/devices/grohtml/output.cc
@@ -51,7 +51,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
*/
simple_output::simple_output(FILE *f, int n)
-: fp(f), col(0), max_line_length(n), need_space(0), fixed_point(0)
+: fp(f), max_line_length(n), col(0), need_space(0), fixed_point(0)
{
}