From 90651c0677ddd5619d27848043f96ba2d4081d73 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 22 Mar 2011 15:00:01 +0100 Subject: Whoops --- src/partialator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partialator.c b/src/partialator.c index 700159ee..664afd50 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -244,7 +244,7 @@ int main(int argc, char *argv[]) /* Sanitise output filename */ if ( outfile == NULL ) { - outfile = strdup("facetron.hkl"); + outfile = strdup("partialator.hkl"); } if ( sym == NULL ) sym = strdup("1"); -- cgit v1.2.3