remove typo semi-colons
[claws.git] / src / textview.c
index 05f94adbf95d7bce7f00fced7de192cccbb3214a..4bc94acb564c1618fcef80648cfb9fc527ab4a49 100644 (file)
@@ -1041,7 +1041,7 @@ static void textview_write_body(TextView *textview, MimeInfo *mimeinfo)
        
        textview->is_in_signature = FALSE;
        textview->is_diff = FALSE;
-       textview->is_attachment = FALSE;;
+       textview->is_attachment = FALSE;
        textview->is_in_git_patch = FALSE;
 
        procmime_decode_content(mimeinfo);