diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-08 20:14:38 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-08 20:14:38 +0000 |
commit | da8b71be8cd9c039fc30da93c05201fe61884d7c (patch) | |
tree | 60f3fca973b24532a3fd5e03ce03f5da1a94a1f0 /plugins/DbEditorPP/src/exportimport.cpp | |
parent | 39bd74cbd4d2dbe536d003c15d17f5eefd572394 (diff) |
added new line after settings in all db export
git-svn-id: http://svn.miranda-ng.org/main/trunk@10131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/exportimport.cpp')
-rw-r--r-- | plugins/DbEditorPP/src/exportimport.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/DbEditorPP/src/exportimport.cpp b/plugins/DbEditorPP/src/exportimport.cpp index 42e4307b09..7bd1643e0c 100644 --- a/plugins/DbEditorPP/src/exportimport.cpp +++ b/plugins/DbEditorPP/src/exportimport.cpp @@ -245,6 +245,8 @@ void exportDB(MCONTACT hContact, char *module) }
hContact = db_find_first();
+ if (hContact)
+ fprintf(file, "\n\n");
while (hContact)
{
|