diff options
Diffstat (limited to 'plugins/MirOTR/src/striphtml.cpp')
-rw-r--r-- | plugins/MirOTR/src/striphtml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirOTR/src/striphtml.cpp b/plugins/MirOTR/src/striphtml.cpp index 1401ac9a02..a0e54abbb6 100644 --- a/plugins/MirOTR/src/striphtml.cpp +++ b/plugins/MirOTR/src/striphtml.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
void starttag_cb (void *cbdata, ekhtml_string_t *tag, ekhtml_attr_t *attrs) {
STRIPHTML_DATA *data = (STRIPHTML_DATA *)cbdata;
|