Minor code cleanup

This commit is contained in:
Alex Szpakowski
2014-05-21 21:14:08 -03:00
parent 2b12c9cb1e
commit fd5b5aad65
9 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ extern void *_gcmutex;
**/
enum Registry
{
REGISTRY_GC = 1,
REGISTRY_GC,
REGISTRY_MODULES,
REGISTRY_TYPES
};