aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-12-17 20:52:16 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:10 +0100
commit40687caa25c206ee36717448787af38c2ff4df56 (patch)
tree6e9570bca10556e0df42ddbd3c7ce436bb1a9634
parentb3b9bde9bb3f29d07eab2d2d9d5a2ff9f8eae38a (diff)
Don't advance counter in for loop
-rw-r--r--src/index.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/index.c b/src/index.c
index 96dc1daa..9c9e4313 100644
--- a/src/index.c
+++ b/src/index.c
@@ -73,8 +73,6 @@ IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell,
break;
}
- n++;
-
}
iprivs[n] = NULL;