From 3b4aa01a4fc53b0467c81e1cdea5b8bf103256ff Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 12 Feb 2011 12:40:04 -0800 Subject: Add missing space --- src/partialator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3