aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/attachment-reminder/attachment-reminder.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/attachment-reminder/attachment-reminder.c')
-rw-r--r--plugins/attachment-reminder/attachment-reminder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/attachment-reminder/attachment-reminder.c b/plugins/attachment-reminder/attachment-reminder.c
index 5f3494175e..0079014c5b 100644
--- a/plugins/attachment-reminder/attachment-reminder.c
+++ b/plugins/attachment-reminder/attachment-reminder.c
@@ -176,7 +176,7 @@ get_next_word (GByteArray *msg_text,
*from = (*from) + 1;
}
} else if (new_line && *from + 3 < msg_text->len &&
- strncmp ((const gchar *) (msg_text->data + (*from)), "-- \n", 4) == 0) {
+ strncmp ((const gchar *) (msg_text->data + (*from)), "-- \n", 4) == 0) {
/* signature delimiter finishes message text */
*from = msg_text->len;
return FALSE;