diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4ff15bcc88..7efca71150 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2000-09-21 19:00 GMT -3 Luiz Rafael Culik + *utils/hdboc/hbdoc.prg + *Fixed an small error reported by SID + 2000-09-21 16:30 UTC-0400 David G. Holm * include/hbver.h diff --git a/harbour/utils/hbdoc/hbdoc.prg b/harbour/utils/hbdoc/hbdoc.prg index 3fe460fa5e..3b062f59ea 100644 --- a/harbour/utils/hbdoc/hbdoc.prg +++ b/harbour/utils/hbdoc/hbdoc.prg @@ -332,8 +332,8 @@ FUNCTION MAIN( cFlags, cLinkName, cAtFile ) ELSEIF lPdf #ifdef PDF // ProcessPDF(.t.) - ProcessPDF(.f.) - // #endif + // ProcessPDF(.f.) + #endif ELSEIF lWww ProcessWww() ELSEIF lChm @@ -361,10 +361,10 @@ FUNCTION MAIN( cFlags, cLinkName, cAtFile ) ELSEIF lNorton ProcessFiles() ELSEIF lPdf -// #ifdef PDF + #ifdef PDF ProcessPDF(.t.) ProcessPDF(.f.) -// #endif + #endif ELSEIF lRtf ProcessRtf() ELSEIF lWww