summaryrefslogtreecommitdiff
path: root/libvisio
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-06-24 07:58:24 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-06-24 07:58:24 +0200
commitba34663313e813451f066e13878ac789d37b27a5 (patch)
tree80e3fd962087217449a3083c5cafa954b69690a0 /libvisio
parentfc6086c720fff5a6397f7146df545226012fd6dc (diff)
OOps, typo
Diffstat (limited to 'libvisio')
-rw-r--r--libvisio/libvisio-0.0.1-warnings.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvisio/libvisio-0.0.1-warnings.patch b/libvisio/libvisio-0.0.1-warnings.patch
index baa7a911a793..12b128f84096 100644
--- a/libvisio/libvisio-0.0.1-warnings.patch
+++ b/libvisio/libvisio-0.0.1-warnings.patch
@@ -149,7 +149,7 @@
int index = -1;
- for (int i = 0; (index < 0) && handlers[i].type; i++)
-+ for (int j = 0; (index < 0) && handlers[j].type; i++)
++ for (int j = 0; (index < 0) && handlers[j].type; j++)
{
- if (handlers[i].type == ptrType)
- index = i;