Fixed a warning message.

This commit is contained in:
Harry Moffat 2009-07-06 22:30:58 +00:00
parent 14881787d0
commit 60c6fd5c28

View file

@ -415,7 +415,7 @@ namespace VCSnonideal {
const char *vcs_speciesType_string(int speciesStatus, int length) {
char *sss;
const char *sss;
switch (speciesStatus) {
case VCS_SPECIES_COMPONENT:
sss = "Component Species";