add comment

This commit is contained in:
Luc 2018-01-26 14:20:07 +01:00
parent f57f2f3afc
commit b184e675ec

View File

@ -98,9 +98,10 @@ face_free (struct face_item * root)
struct item struct item
{ {
struct item * next; struct item * next;
unsigned int a;
unsigned int a; // a, b = Key
unsigned int b; unsigned int b;
unsigned int id; unsigned int id; // id = Value
}; };
#define MAP_SIZE 8192 #define MAP_SIZE 8192