changed : to ;

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@8909 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2014-08-05 06:04:53 +00:00
parent 9f77e000d5
commit a2c90e9ea7

View File

@ -6852,7 +6852,7 @@ read_surface_species(void)
if (s_ptr->add_logk == NULL)
{
malloc_error();
return (OK):
return (OK);
}
}
else
@ -6869,7 +6869,7 @@ read_surface_species(void)
if (s_ptr->add_logk == NULL)
{
malloc_error();
return (OK):
return (OK);
}
}
/* read name */