diff options
Diffstat (limited to 'plugins/IEView/src/HistoryHTMLBuilder.cpp')
-rw-r--r-- | plugins/IEView/src/HistoryHTMLBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/HistoryHTMLBuilder.cpp b/plugins/IEView/src/HistoryHTMLBuilder.cpp index 6ba7cbd57e..7519023438 100644 --- a/plugins/IEView/src/HistoryHTMLBuilder.cpp +++ b/plugins/IEView/src/HistoryHTMLBuilder.cpp @@ -83,7 +83,7 @@ char *HistoryHTMLBuilder::timestampToString(DWORD dwFlags, time_t check) { static char szResult[512];
char str[80];
DBTIMETOSTRING dbtts;
- dbtts.cbDest = 70;;
+ dbtts.cbDest = 70;
dbtts.szDest = str;
szResult[0] = '\0';
dbtts.szFormat = (char *)"d t";
|