summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Muizelaar <jeff@infidigm.net>2007-04-06 15:33:26 +0000
committerJeff Muizelaar <jeff@infidigm.net>2007-04-06 15:33:26 +0000
commite62e2dd448c299ddb6f95effe40a773599a2eef2 (patch)
tree0f06f9e7632fd32dfaa92f063d7c2995a63d9cd3
parentafb12f6f3c268beb9b84ecd3aed27e3396e45d65 (diff)
Get rid of the ' character in the #warning line so that HtmlOutputDev still builds.
-rw-r--r--utils/HtmlOutputDev.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/HtmlOutputDev.cc b/utils/HtmlOutputDev.cc
index 4309896a..dedd81bf 100644
--- a/utils/HtmlOutputDev.cc
+++ b/utils/HtmlOutputDev.cc
@@ -1268,7 +1268,7 @@ void HtmlOutputDev::drawImage(GfxState *state, Object *ref, Stream *str,
void HtmlOutputDev::drawLink(Link* link,Catalog *cat){
-#warning THIS WON'T WORK OUTPUTDEV DOES NOT HAS drawLink anymore
+#warning THIS WONT WORK OUTPUTDEV DOES NOT HAS drawLink anymore
/*
double _x1,_y1,_x2,_y2,w;
int x1,y1,x2,y2;