aboutsummaryrefslogtreecommitdiff
path: root/src/sfac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfac.c')
-rw-r--r--src/sfac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfac.c b/src/sfac.c
index 45514992..42aa72ce 100644
--- a/src/sfac.c
+++ b/src/sfac.c
@@ -303,7 +303,7 @@ struct molecule *load_molecule()
printf("There are %i species\n", mol->n_species);
for ( i=0; i<mol->n_species; i++ ) {
- printf("'%s': %i\n", mol->species[i]->species,
+ printf("%3s : %6i\n", mol->species[i]->species,
mol->species[i]->n_atoms);
}