- Minor correction. Probably redundant for a good compiler ;)

This commit is contained in:
ccremers 2004-09-20 17:41:53 +00:00
parent 02e99761ae
commit 3b4b367a4a

View File

@ -28,7 +28,7 @@ void label_destroy (Labelinfo linfo)
}
//! Given a list of label infos, yield the correct one or NULL
Labelinfo label_find (List labellist, Term label)
Labelinfo label_find (List labellist, const Term label)
{
Labelinfo linfo;