From 7e0e2529c6b59e092317c9f4a95316b72e999336 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 7 Apr 2009 14:25:28 -0400 Subject: Style fixes for /common --- common/collection/collection_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/collection/collection_priv.h') diff --git a/common/collection/collection_priv.h b/common/collection/collection_priv.h index 8dd6d802..38d9012a 100644 --- a/common/collection/collection_priv.h +++ b/common/collection/collection_priv.h @@ -63,7 +63,7 @@ struct collection_header { struct collection_item *last; unsigned reference_count; unsigned count; - unsigned class; + unsigned cclass; }; #endif -- cgit