Remove line breaks from g_warning()
[claws.git] / src / plugins / archive / archiver_prefs.c
index 76e00b0019903cba5382e7ad4e8c58883347dd0f..8770c89780ba1f86dc75f379192f96d6489fa60b 100644 (file)
@@ -414,7 +414,7 @@ static void save_archiver_prefs(PrefsPage * _page)
           return;
         
         if (prefs_write_param(param, pref_file->fp) < 0) {
-          g_warning("failed to write Archiver Plugin configuration\n");
+          g_warning("failed to write Archiver Plugin configuration");
           prefs_file_close_revert(pref_file);
           return;
         }