diff options
author | Thomas White <taw@physics.org> | 2011-03-22 15:00:01 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:20 +0100 |
commit | 90651c0677ddd5619d27848043f96ba2d4081d73 (patch) | |
tree | 363667df6c749e6e2fa40fa7d3f3d91df7073887 /src/partialator.c | |
parent | 656abb22b20cf9a4a47f6062e80ffa9553d38c0f (diff) |
Whoops
Diffstat (limited to 'src/partialator.c')
-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"); |