summaryrefslogtreecommitdiff
path: root/plugins/CSList/legacy.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CSList/legacy.h')
-rw-r--r--plugins/CSList/legacy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CSList/legacy.h b/plugins/CSList/legacy.h
index 7139294521..8ef63089d7 100644
--- a/plugins/CSList/legacy.h
+++ b/plugins/CSList/legacy.h
@@ -41,8 +41,8 @@ int cslist_parse_row( TCHAR *row, int ord ) // parse + helpItem
TCHAR pIcon[4], pTitle[EXTRASTATUS_TITLE_LIMIT+2], pMsg[EXTRASTATUS_MESSAGE_LIMIT+2], pFav[4];
TCHAR scanfFormat[64];
- lstrcpy( pTitle, _T( "" ) );
- lstrcpy( pMsg, _T( "" ) );
+ lstrcpy( pTitle, _T( "" ));
+ lstrcpy( pMsg, _T( "" ));
// database row format: "%2[^]%64[^]%2048[^]%2[^]"