summaryrefslogtreecommitdiff
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
commit160bb490e3b071d4a5364db59bf8fae00434e463 (patch)
treebf26e671a6e8fc0a2a050e83916ee37bfb7385a0
parent39b96c0b1195cc2691f235893389df383a12e413 (diff)
OOps, typo
-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 baa7a91..12b128f 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;