diff options
-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)
{
|