summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/ekhtml/include
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-20 21:06:11 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-20 21:06:11 +0000
commitd995703cfd255f9da09ed9a9373a61685b51eb7b (patch)
treecb4e811f8dbe4bc4a5e2e78f1387b8f042405cb9 /plugins/MirOTR/ekhtml/include
parente0f46c2d5689121e4ef533617940fea85a6910c3 (diff)
fully compiled version
git-svn-id: http://svn.miranda-ng.org/main/trunk@504 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/ekhtml/include')
-rw-r--r--plugins/MirOTR/ekhtml/include/ekhtml_private.h4
-rw-r--r--plugins/MirOTR/ekhtml/include/stamp-h11
2 files changed, 2 insertions, 3 deletions
diff --git a/plugins/MirOTR/ekhtml/include/ekhtml_private.h b/plugins/MirOTR/ekhtml/include/ekhtml_private.h
index 90d99caeb2..47d31282fa 100644
--- a/plugins/MirOTR/ekhtml/include/ekhtml_private.h
+++ b/plugins/MirOTR/ekhtml/include/ekhtml_private.h
@@ -150,8 +150,8 @@ char *ekhtml_find_notcharsmap(const char *buf, int len,
{
const char *endp = buf + len;
- for (;buf<endp;buf++)
- if (!(charmap[(unsigned char )*buf] & mask))
+ for(;buf<endp;buf++)
+ if(!(charmap[(unsigned char )*buf] & mask))
break;
return (char *)((buf == endp) ? endp : buf);
diff --git a/plugins/MirOTR/ekhtml/include/stamp-h1 b/plugins/MirOTR/ekhtml/include/stamp-h1
deleted file mode 100644
index 30cbac668a..0000000000
--- a/plugins/MirOTR/ekhtml/include/stamp-h1
+++ /dev/null
@@ -1 +0,0 @@
-timestamp for include/ekhtml_config.h:config.in