diff options
-rw-r--r-- | src/partialator.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |