diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-13 21:43:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-13 21:43:24 +0000 |
commit | 6034cc2b066736fc0e813dca06972cfb8ede28db (patch) | |
tree | 233435abe12c40fc3f63edcd11d8b5bc2f06bcda /plugins/SeenPlugin | |
parent | 556f0a2d853c7e12078c1bdfe0c20e037aca4d5e (diff) |
fix for a typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@1912 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin')
-rw-r--r-- | plugins/SeenPlugin/src/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SeenPlugin/src/utils.cpp b/plugins/SeenPlugin/src/utils.cpp index c97c4eb793..a74fa1652a 100644 --- a/plugins/SeenPlugin/src/utils.cpp +++ b/plugins/SeenPlugin/src/utils.cpp @@ -374,7 +374,7 @@ LBL_charPtr: goto LBL_charPtr;
case 'b':
- charPtr = _T("x0D\x0A");
+ charPtr = _T("\x0D\x0A");
goto LBL_charPtr;
case 'C': // Get Client Info
|