aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format-html-print.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-format-html-print.h')
-rw-r--r--mail/em-format-html-print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format-html-print.h b/mail/em-format-html-print.h
index a7c1a4eb13..b995780563 100644
--- a/mail/em-format-html-print.h
+++ b/mail/em-format-html-print.h
@@ -22,7 +22,7 @@ struct _EMFormatHTMLPrint {
struct _GnomePrintConfig *config;
struct _EMFormatHTML *source; /* used for print_message */
- int preview:1;
+ guint preview:1;
};
struct _EMFormatHTMLPrintClass {