Missed an instance of s/struct attrinfo/AttrInfo/

This commit is contained in:
Hallvard Furuseth 1999-08-01 20:25:15 +00:00
parent c34a8d8f5e
commit a49590eab7

View file

@ -173,7 +173,7 @@ attr_index_config(
static void
ainfo_free( void *attr )
{
struct attrinfo *ai = attr;
AttrInfo *ai = attr;
free( ai->ai_type );
free( ai );
}