aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/stream.c')
-rw-r--r--libcrystfel/src/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index f50d2a2b..9aaa53df 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -912,7 +912,7 @@ Stream *open_stream_fd_for_write(int fd)
* Returns: a %Stream, or NULL on failure.
*/
Stream *open_stream_for_write_2(const char *filename,
- const char* geom_filename, int argc,
+ const char *geom_filename, int argc,
char *argv[])
{