diff options
-rw-r--r-- | libcrystfel/src/stream.c | 2 |
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[]) { |