diff options
Diffstat (limited to 'smime/gui')
-rw-r--r-- | smime/gui/e-cert-selector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smime/gui/e-cert-selector.h b/smime/gui/e-cert-selector.h index 130d90920c..542a211745 100644 --- a/smime/gui/e-cert-selector.h +++ b/smime/gui/e-cert-selector.h @@ -54,7 +54,7 @@ struct _ECertSelectorClass { enum _e_cert_selector_type { E_CERT_SELECTOR_SIGNER, - E_CERT_SELECTOR_RECIPIENT, + E_CERT_SELECTOR_RECIPIENT }; GType e_cert_selector_get_type (void); |