Remove line breaks from g_warning()
[claws.git] / src / setup.c
index ac62453a7ec00a34ad55b4d9c7ab108ccd1f4be8..552d8607537304f18a07009b3ead46c933e5b36c 100644 (file)
@@ -44,7 +44,7 @@ gboolean setup_write_mailbox_path(MainWindow *mainwin, const gchar *path)
 
        if (!path) return FALSE;
        if (folder_find_from_path(path)) {
-               g_warning("The mailbox already exists.\n");
+               g_warning("The mailbox already exists.");
                return FALSE;
        }