Touched all files

This commit is contained in:
slidedraw
2002-04-09 00:10:48 +00:00
parent d530b69de7
commit 99c183f5a6
12 changed files with 454 additions and 14 deletions

View File

@@ -11,4 +11,3 @@ bin_PROGRAMS = ppthtml
LDADD = ../cole/libcole.a
ppthtml_SOURCES = ppthtml.c
AM_CFLAGS = -Wall -Wshadow -Wcast-align -Wpointer-arith

View File

@@ -30,6 +30,7 @@
#include <dir.h>
#endif
#include <stdio.h>
#include <string.h> /* for strcpy() */
#include <ctype.h> /* For isprint */
@@ -198,7 +199,7 @@ void dump_file(COLEDIRENT *cde, void *_info)
printf("&nbsp;<br>\n");
/* Output Credit */
printf("<hr><FONT SIZE=-1>Created with <a href=\"http://chicago.sf.net/xlhtml\">pptHtml %s</a></FONT><br>\n", PRGVER);
printf("<hr><FONT SIZE=-1>Created with <a href=\"http://chicago.sf.net/xlhtml\">pptHtml</a></FONT><br>\n" );
/* Output Tail */
printf("</BODY></HTML>\n");