diff options
Diffstat (limited to 'src/sfac.c')
-rw-r--r-- | src/sfac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -333,7 +333,7 @@ struct molecule *load_molecule() fh = fopen("molecule.pdb", "r"); if ( fh == NULL ) { - ERROR("Couldn't open file\n"); + ERROR("Couldn't open PDB file\n"); return NULL; } |