safe_free_string() should be static

This commit is contained in:
Kurt Zeilenga 1999-05-29 01:45:55 +00:00
parent cad31e00cc
commit 4839e570fb

View file

@ -53,7 +53,7 @@ new_safe_string(int size)
return ss;
}
void
static void
safe_string_free(safe_string * ss)
{
if ( !ss )