aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-09-05 13:36:12 +0200
committerThomas White <taw@physics.org>2014-09-05 13:36:40 +0200
commitb436924ab935f1c5aed4a7eea1eb9bfea06b9006 (patch)
tree98f95548b9e358634e0a443f0a57497d4b859362
parentacbc6aec2f192189659975503717a8ac3d1226f0 (diff)
Fussiness
-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[])
{