Browse code

Fix typo

git-svn: trunk@1790

Nigel Horne authored on 2005/12/18 01:46:11
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@
15 15
  *  along with this program; if not, write to the Free Software
16 16
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 17
  */
18
-static	char	const	rcsid[] = "$Id: pdf.c,v 1.36 2005/12/16 15:50:45 nigelhorne Exp $";
18
+static	char	const	rcsid[] = "$Id: pdf.c,v 1.37 2005/12/17 16:46:11 nigelhorne Exp $";
19 19
 
20 20
 #if HAVE_CONFIG_H
21 21
 #include "clamav-config.h"
... ...
@@ -176,7 +176,7 @@ cli_pdf(const char *dir, int desc)
176 176
 	 */
177 177
 	while((p < xrefstart) && ((q = pdf_nextobject(p, bytesleft)) != NULL)) {
178 178
 		int is_ascii85decode, is_flatedecode, fout, len;
179
-		/*int object_number, generation_number*/;
179
+		/*int object_number, generation_number;*/
180 180
 		const char *objstart, *objend, *streamstart, *streamend;
181 181
 		size_t length, objlen, streamlen;
182 182
 		char fullname[NAME_MAX + 1];