diff options
author | Thomas White <taw@physics.org> | 2011-08-04 11:13:38 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:35 +0100 |
commit | b3bc51c73294b4e0e8d0adf82d87f96f25cb93fe (patch) | |
tree | 4d286fca385fb4a940158a61e7f0affdc46d9216 /src/mosflm.c | |
parent | d31ae34ed2a084b6c43a5f6a18071d66ca68c18e (diff) |
Formatting
Diffstat (limited to 'src/mosflm.c')
-rw-r--r-- | src/mosflm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mosflm.c b/src/mosflm.c index 1cd05ada..928f91ad 100644 --- a/src/mosflm.c +++ b/src/mosflm.c @@ -489,8 +489,7 @@ static int mosflm_readable(struct image *image, struct mosflm_data *mosflm) mosflm->rbuffer = realloc( mosflm->rbuffer, mosflm->rbuflen + 256); - mosflm->rbuflen = mosflm->rbuflen - + 256; + mosflm->rbuflen = mosflm->rbuflen + 256; /* The new space gets used at the next * read, shortly... */ |