diff options
author | Thomas White <taw@physics.org> | 2011-03-16 10:59:00 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:20 +0100 |
commit | e39c7d93bf878be9355e074475784119ab2e257c (patch) | |
tree | 22540f2bc4e933d14f92dd5f286f7cc60bdeb6b1 /src/stream.c | |
parent | 3c1a8352443a5e7ad8dde70229cb0f52f41725f1 (diff) |
Fussiness
Diffstat (limited to 'src/stream.c')
-rw-r--r-- | src/stream.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream.c b/src/stream.c index 260504da..f0c56111 100644 --- a/src/stream.c +++ b/src/stream.c @@ -89,7 +89,6 @@ int parse_stream_flags(const char *a) free(flags); return ret; - } @@ -183,7 +182,6 @@ static int read_reflections(FILE *fh, struct image *image) /* Got read error of some kind before finding PEAK_LIST_END_MARKER */ return 1; - } |