aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/partialator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c
index 71f2831a..55ac627b 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -281,7 +281,7 @@ int main(int argc, char *argv[])
if ( find_chunk(fh, &cell, &filename, &ph_en) == 1 ) {
ERROR("Couldn't get all of the filenames, cells and"
- "wavelengths from the input stream.\n");
+ " wavelengths from the input stream.\n");
return 1;
}