fix CID 1596595: Resource leaks, and CID 1596594: (CHECKED_RETURN)
[claws.git] / src / plugins / litehtml_viewer / lh_prefs.h
index d226fe6c2dff5087ca7e4098431d9d544a954863..310725b8dbbf5ecf26cb7d1f51282c27d2eaa5ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Claws Mail -- A GTK+ based, lightweight, and fast e-mail client
+ * Claws Mail -- A GTK based, lightweight, and fast e-mail client
  * Copyright(C) 2019 the Claws Mail Team
  *
  * This program is free software; you can redistribute it and/or modify
  * Copyright(C) 2019 the Claws Mail Team
  *
  * This program is free software; you can redistribute it and/or modify
@@ -30,6 +30,7 @@ struct _LHPrefs
 {
        gboolean enable_remote_content;
        gint image_cache_size;
 {
        gboolean enable_remote_content;
        gint image_cache_size;
+       gchar *default_font;
 };
 
 LHPrefs *lh_prefs_get(void);
 };
 
 LHPrefs *lh_prefs_get(void);