From f8546cb74a45bc8f515021aa628faf3649c18798 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 14 Mar 2016 21:20:04 +0000 Subject: [PATCH] Clean up poorly formatted comments in import/import.cpp --- source/import/import.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/import/import.cpp b/source/import/import.cpp index aee7f58..3dffa82 100644 --- a/source/import/import.cpp +++ b/source/import/import.cpp @@ -132,7 +132,7 @@ void ImportRun(frmMain *frmMainPtrInc){ delete frmIC; frmIC = NULL; - // Import the contacts into the selected account. + // Import the contacts into the selected account. int ImportCount = 0; int ImportSeek = 0; @@ -165,7 +165,7 @@ void ImportRun(frmMain *frmMainPtrInc){ if (iter->second.ContactSelected == TRUE){ - // Workout the file name. void CloseWindow( wxCommandEvent& event ); + // Workout the file name. // Get the UID value and check if it is empty. // If it isn't empty, check it can be used for a valid // filename other wise generate a file name for the purposes -- 2.39.2