diff options
Diffstat (limited to 'src/reflections.h')
-rw-r--r-- | src/reflections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflections.h b/src/reflections.h index a3a3993..ac08133 100644 --- a/src/reflections.h +++ b/src/reflections.h @@ -34,7 +34,7 @@ typedef struct reflection_struct { ReflectionType type; - struct reflection_struct *next; + struct reflection_struct *next; /* MUST BE LAST in order for caching to work */ } Reflection; |