- Minor correction. Probably redundant for a good compiler ;)
This commit is contained in:
parent
02e99761ae
commit
3b4b367a4a
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user