diff options
Diffstat (limited to 'src/collection.h')
-rw-r--r-- | src/collection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/collection.h b/src/collection.h index e9b6403..2edc842 100644 --- a/src/collection.h +++ b/src/collection.h @@ -20,8 +20,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __COLLECTION_H__ -#define __COLLECTION_H__ +#ifndef COLLECTION_H +#define COLLECTION_H struct collection { void **list; |