diff options
Diffstat (limited to 'src/HTML.h')
-rw-r--r-- | src/HTML.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTML.h b/src/HTML.h index 695ed9f2..27c15d07 100644 --- a/src/HTML.h +++ b/src/HTML.h @@ -124,8 +124,8 @@ extern "C" { BOOL HiddenValue; int lastraw; - char *comment_start; /* for literate programming */ - char *comment_end; + const char *comment_start; /* for literate programming */ + const char *comment_end; HTTag *current_tag; BOOL style_change; |