X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Ffileref.h;h=cfbdcca034b46396c9eb3bd119548a0c9ed8464f;hb=01a1cad6cfa515cef48436f26dcfa5c67238187b;hp=0ee0c47807fa0e597ae55184ed8362a87a731741;hpb=062bbb9e7322c8e3f5162f86fc2f93bfc587b830;p=rodin%2Fchimara.git diff --git a/src/fileref.h b/src/fileref.h index 0ee0c47..cfbdcca 100644 --- a/src/fileref.h +++ b/src/fileref.h @@ -13,7 +13,7 @@ struct glk_fileref_struct { /*< private >*/ - glui32 rock; + glui32 magic, rock; /* Pointer to the list node in the global fileref list that contains this fileref */ GList* fileref_list;