diff options
author | Thomas White <taw@physics.org> | 2011-01-25 18:29:37 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:11 +0100 |
commit | 4b1332c7c6ce4e9af19da837c9e5260a499762c6 (patch) | |
tree | 05a8c739e754d0c05805d3217c38f46c7510b970 | |
parent | 0cd968284566913321fa24a94e473150d652dfc5 (diff) |
Fix MOSFLM_VERBOSE
-rw-r--r-- | src/mosflm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mosflm.c b/src/mosflm.c index 599de21a..a1e84799 100644 --- a/src/mosflm.c +++ b/src/mosflm.c @@ -99,6 +99,7 @@ static void mosflm_parseline(const char *line, struct image *image, { #if MOSFLM_VERBOSE char *copy; + int i; copy = strdup(line); for ( i=0; i<strlen(copy); i++ ) { |