commit e567d47562d1327e2a040e7b0d9f4fb232438fbd
parent b686cf3cff1a1357ee48b6322815b9abfd023403
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 12 Mar 2026 11:48:25 +0100
Minor correction to a warning message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/sln_tree.c b/src/sln_tree.c
@@ -140,7 +140,7 @@ check_molecules
* as 0 is the default concentration in the tree creation arguments.
* Therefore, warn the user about this value so that they can determine
* whether or not it is an error on their part. */
- WARN(sln, "%s: the concentration of %s is zero\n.\n",
+ WARN(sln, "%s: the concentration of %s is zero.\n",
caller, shtr_molecule_cstr(line.molecule_id));
} else if(molecule->concentration < 0) {