Skip to content
Snippets Groups Projects
Commit a49590ea authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Missed an instance of s/struct attrinfo/AttrInfo/

parent c34a8d8f
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment