diff options
-rwxr-xr-x | plugins/Msg_Export/src/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/utils.cpp b/plugins/Msg_Export/src/utils.cpp index 68bf7cd7a5..cc53a06555 100755 --- a/plugins/Msg_Export/src/utils.cpp +++ b/plugins/Msg_Export/src/utils.cpp @@ -1108,7 +1108,7 @@ void ExportDBEventInfo(HANDLE hContact, DBEVENTINFO &dbei ) LPGENT("Age : %Age%\r\n")
LPGENT("Gender : %Gender%\r\n")
LPGENT("e-mail : %e-mail%\r\n")
- LPGENT("Nick : %Nick% \r\n")
+ LPGENT("Nick : %Nick%\r\n")
LPGENT("City : %City%\r\n")
LPGENT("State : %State%\r\n")
LPGENT("Phone : %Phone%\r\n")
|