diff options
Diffstat (limited to 'src/devices/grohtml/html-text.h')
-rw-r--r-- | src/devices/grohtml/html-text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/grohtml/html-text.h b/src/devices/grohtml/html-text.h index c8ab2ac5..5bbcd431 100644 --- a/src/devices/grohtml/html-text.h +++ b/src/devices/grohtml/html-text.h @@ -78,7 +78,7 @@ public: void done_big (void); void do_indent (char *arg, int indent, int pageoff, int linelen); int emitted_text (void); - int emit_space (void); + void emit_space (void); int is_in_pre (void); void remove_tag (HTML_TAG tag); void remove_sub_sup (void); |