1.1 --- a/tumble.c Tue Mar 25 09:38:08 2003 +0000 1.2 +++ b/tumble.c Thu Apr 10 08:47:30 2003 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 * tumble: build a PDF file from image files 1.5 * 1.6 * Main program 1.7 - * $Id: tumble.c,v 1.41 2003/03/20 08:23:37 eric Exp $ 1.8 + * $Id: tumble.c,v 1.42 2003/04/10 00:47:30 eric Exp $ 1.9 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.10 * 1.11 * This program is free software; you can redistribute it and/or modify 1.12 @@ -366,6 +366,7 @@ 1.13 1.14 init_tiff_handler (); 1.15 init_jpeg_handler (); 1.16 + init_pbm_handler (); 1.17 1.18 while (--argc) 1.19 {