summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/MUCCHTMLBuilder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src/MUCCHTMLBuilder.cpp')
-rw-r--r--plugins/IEView/src/MUCCHTMLBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/MUCCHTMLBuilder.cpp b/plugins/IEView/src/MUCCHTMLBuilder.cpp
index 51e8f7f628..ecfd10b7f2 100644
--- a/plugins/IEView/src/MUCCHTMLBuilder.cpp
+++ b/plugins/IEView/src/MUCCHTMLBuilder.cpp
@@ -83,7 +83,7 @@ char *MUCCHTMLBuilder::timestampToString(DWORD dwData, time_t check)
DBTIMETOSTRING dbtts;
- dbtts.cbDest = 70;;
+ dbtts.cbDest = 70;
dbtts.szDest = str;
szResult[0] = '\0';